#DA6997

Color #DA6997 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DA6997

Tints of Pale Violet Red #DA6997

Color information

#DA6997 (or 0xDA6997) is unknown color: approx Pale Violet Red. HEX triplet: DA, 69 and 97. RGB value is (218,105,151). Sum of RGB (Red+Green+Blue) = 218+105+151=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6997 is #259668. Grayscale: #8F8F8F. Windows color (decimal): -2463337 or 9923034. OLE color: 9923034.

HSL color Cylindrical-coordinate representation of color #DA6997: hue angle of 335.58º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6997 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218105151-
CMYK00.520.310.15
HSL335.58º60.43%63.33%-
HSV(B)335.58º51.83%85.49%-
XYZ39.5527.2432.45-
YUV144.03131.94180.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=45.99%
G=22.15%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810515100.520.310.15335.5860.4363.33
HexDA69970341FF1503c3f
Octal33215122706437175207477
Binary110110101101001100101110110100111111111101010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6997; }

 p { color: rgb(218,105,151); }

 H1.HeaderClassName
 {
   color: #DA6997;
 }
 .AnyTagClassName
 {
   color: #DA6997;
 }
</style>
background-color css

<style>
 a { background-color: #DA6997; }

 a { background-color: rgb(218,105,151); }

 div.DivClassName
 {
   background-color: #DA6997;
 }
 .BgClassName
 {
   background-color: #DA6997;
 }
</style>
border-color css

<style>
 span { border-color: #DA6997; }

 span { border-color: rgb(218,105,151); }

 td.TdClassName
 {
   border-color: #DA6997;
 }
 .TagClassName
 {
   border-color: #DA6997;
 }
</style>