#DF99CC

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

Shades of Shocking #DF99CC

Tints of Shocking #DF99CC

Color information

#DF99CC (or 0xDF99CC) is unknown color: approx Shocking. HEX triplet: DF, 99 and CC. RGB value is (223,153,204). Sum of RGB (Red+Green+Blue) = 223+153+204=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99CC is #206633. Grayscale: #B3B3B3. Windows color (decimal): -2123316 or 13408735. OLE color: 13408735.

HSL color Cylindrical-coordinate representation of color #DF99CC: hue angle of 316.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99CC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223153204-
CMYK00.310.090.13
HSL316.29º52.24%73.73%-
HSV(B)316.29º31.39%87.45%-
XYZ52.7242.8362.62-
YUV179.74141.69158.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=38.45%
G=26.38%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315320400.310.090.13316.2952.2473.73
HexDF99CC01F9D13c344a
Octal337231314037111547464112
Binary110111111001100111001100011111100111011001111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99CC; }

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

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

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

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

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

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

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

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