#DF96BE

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

Shades of Shocking #DF96BE

Tints of Shocking #DF96BE

Color information

#DF96BE (or 0xDF96BE) is unknown color: approx Shocking. HEX triplet: DF, 96 and BE. RGB value is (223,150,190). Sum of RGB (Red+Green+Blue) = 223+150+190=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96BE is #206941. Grayscale: #B0B0B0. Windows color (decimal): -2124098 or 12490463. OLE color: 12490463.

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

Color convert

RGB223150190-
CMYK00.330.150.13
HSL327.12º53.28%73.14%-
HSV(B)327.12º32.74%87.45%-
XYZ50.6341.2254-
YUV176.39135.68161.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=39.61%
G=26.64%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315019000.330.150.13327.1253.2873.14
HexDF96BE021FD1473549
Octal337226276041171550765111
Binary1101111110010110101111100100001111111011010001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96BE; }

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

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

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

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

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

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

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

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