#DF9DCB

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

Shades of Shocking #DF9DCB

Tints of Shocking #DF9DCB

Color information

#DF9DCB (or 0xDF9DCB) is unknown color: approx Shocking. HEX triplet: DF, 9D and CB. RGB value is (223,157,203). Sum of RGB (Red+Green+Blue) = 223+157+203=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCB is #206234. Grayscale: #B5B5B5. Windows color (decimal): -2122293 or 13344223. OLE color: 13344223.

HSL color Cylindrical-coordinate representation of color #DF9DCB: hue angle of 318.18º 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 #DF9DCB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223157203-
CMYK00.300.090.13
HSL318.18º50.77%74.51%-
HSV(B)318.18º29.6%87.45%-
XYZ53.2744.1162.21-
YUV181.98139.87157.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=38.25%
G=26.93%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315720300.300.090.13318.1850.7774.51
HexDF9DCB01E9D13e334b
Octal337235313036111547663113
Binary110111111001110111001011011110100111011001111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DCB; }

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

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

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

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

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

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

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

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