#DF9DC9

Color #DF9DC9 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DF9DC9

Tints of Shocking #DF9DC9

Color information

#DF9DC9 (or 0xDF9DC9) is unknown color: approx Shocking. HEX triplet: DF, 9D and C9. RGB value is (223,157,201). Sum of RGB (Red+Green+Blue) = 223+157+201=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DC9 is #206236. Grayscale: #B5B5B5. Windows color (decimal): -2122295 or 13213151. OLE color: 13213151.

HSL color Cylindrical-coordinate representation of color #DF9DC9: hue angle of 320º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DC9 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223157201-
CMYK00.300.100.13
HSL320º50.77%74.51%-
HSV(B)320º29.6%87.45%-
XYZ53.0344.0260.96-
YUV181.75138.87157.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=38.38%
G=27.02%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315720100.300.100.1332050.7774.51
HexDF9DC901EAD140334b
Octal337235311036121550063113
Binary110111111001110111001001011110101011011010000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DC9; }

 p { color: rgb(223,157,201); }

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

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

 a { background-color: rgb(223,157,201); }

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

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

 span { border-color: rgb(223,157,201); }

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