#DF9DCC

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

Shades of Shocking #DF9DCC

Tints of Shocking #DF9DCC

Color information

#DF9DCC (or 0xDF9DCC) is unknown color: approx Shocking. HEX triplet: DF, 9D and CC. RGB value is (223,157,204). Sum of RGB (Red+Green+Blue) = 223+157+204=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCC is #206233. Grayscale: #B5B5B5. Windows color (decimal): -2122292 or 13409759. OLE color: 13409759.

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

Color convert

RGB223157204-
CMYK00.300.090.13
HSL317.27º50.77%74.51%-
HSV(B)317.27º29.6%87.45%-
XYZ53.3944.1662.84-
YUV182.09140.37157.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 157 (61.72% from 255) = 26.88%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=38.18%
G=26.88%
B=34.93%

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
Decimal22315720400.300.090.13317.2750.7774.51
HexDF9DCC01E9D13d334b
Octal337235314036111547563113
Binary110111111001110111001100011110100111011001111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DCC; }

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

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

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

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

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

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

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

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