#DF96BA

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

Shades of Shocking #DF96BA

Tints of Shocking #DF96BA

Color information

#DF96BA (or 0xDF96BA) is unknown color: approx Shocking. HEX triplet: DF, 96 and BA. RGB value is (223,150,186). Sum of RGB (Red+Green+Blue) = 223+150+186=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96BA is #206945. Grayscale: #AFAFAF. Windows color (decimal): -2124102 or 12228319. OLE color: 12228319.

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

Color convert

RGB223150186-
CMYK00.330.170.13
HSL330.41º53.28%73.14%-
HSV(B)330.41º32.74%87.45%-
XYZ50.241.0551.73-
YUV175.93133.68161.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=39.89%
G=26.83%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315018600.330.170.13330.4153.2873.14
HexDF96BA02111D14a3549
Octal337226272041211551265111
Binary11011111100101101011101001000011000111011010010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96BA; }

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

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

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

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

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

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

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

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