#DF96B5

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

Shades of Shocking #DF96B5

Tints of Shocking #DF96B5

Color information

#DF96B5 (or 0xDF96B5) is unknown color: approx Shocking. HEX triplet: DF, 96 and B5. RGB value is (223,150,181). Sum of RGB (Red+Green+Blue) = 223+150+181=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96B5 is #20694A. Grayscale: #AFAFAF. Windows color (decimal): -2124107 or 11900639. OLE color: 11900639.

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

Color convert

RGB223150181-
CMYK00.330.190.13
HSL334.52º53.28%73.14%-
HSV(B)334.52º32.74%87.45%-
XYZ49.6840.8448.98-
YUV175.36131.18161.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=40.25%
G=27.08%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315018100.330.190.13334.5253.2873.14
HexDF96B502113D14f3549
Octal337226265041231551765111
Binary11011111100101101011010101000011001111011010011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96B5; }

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

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

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

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

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

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

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

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