#DF96CC

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

Shades of Shocking #DF96CC

Tints of Shocking #DF96CC

Color information

#DF96CC (or 0xDF96CC) is unknown color: approx Shocking. HEX triplet: DF, 96 and CC. RGB value is (223,150,204). Sum of RGB (Red+Green+Blue) = 223+150+204=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96CC is #206933. Grayscale: #B1B1B1. Windows color (decimal): -2124084 or 13407967. OLE color: 13407967.

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

Color convert

RGB223150204-
CMYK00.330.090.13
HSL315.62º53.28%73.14%-
HSV(B)315.62º32.74%87.45%-
XYZ52.2441.8662.45-
YUV177.98142.68160.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=38.65%
G=26.00%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315020400.330.090.13315.6253.2873.14
HexDF96CC0219D13c3549
Octal337226314041111547465111
Binary1101111110010110110011000100001100111011001111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96CC; }

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

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

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

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

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

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

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

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