#DF88B7

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

Shades of Shocking #DF88B7

Tints of Shocking #DF88B7

Color information

#DF88B7 (or 0xDF88B7) is unknown color: approx Shocking. HEX triplet: DF, 88 and B7. RGB value is (223,136,183). Sum of RGB (Red+Green+Blue) = 223+136+183=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88B7 is #207748. Grayscale: #A7A7A7. Windows color (decimal): -2127689 or 12028127. OLE color: 12028127.

HSL color Cylindrical-coordinate representation of color #DF88B7: hue angle of 327.59º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88B7 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223136183-
CMYK00.390.180.13
HSL327.59º57.62%70.39%-
HSV(B)327.59º39.01%87.45%-
XYZ47.7836.7249.37-
YUV167.37136.82167.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 136 (53.52% from 255) = 25.09%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=41.14%
G=25.09%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313618300.390.180.13327.5957.6270.39
HexDF88B702712D1483a46
Octal337210267047221551072106
Binary11011111100010001011011101001111001011011010010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88B7; }

 p { color: rgb(223,136,183); }

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

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

 a { background-color: rgb(223,136,183); }

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

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

 span { border-color: rgb(223,136,183); }

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