#DF87C2

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

Shades of Shocking #DF87C2

Tints of Shocking #DF87C2

Color information

#DF87C2 (or 0xDF87C2) is unknown color: approx Shocking. HEX triplet: DF, 87 and C2. RGB value is (223,135,194). Sum of RGB (Red+Green+Blue) = 223+135+194=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87C2 is #20783D. Grayscale: #A7A7A7. Windows color (decimal): -2127934 or 12748767. OLE color: 12748767.

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

Color convert

RGB223135194-
CMYK00.390.130.13
HSL319.77º57.89%70.2%-
HSV(B)319.77º39.46%87.45%-
XYZ48.8336.9155.59-
YUV168.04142.65167.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 194 (76.17% from 255) = 35.14%
R=40.40%
G=24.46%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313519400.390.130.13319.7757.8970.2
HexDF87C2027DD1403a46
Octal337207302047151550072106
Binary1101111110000111110000100100111110111011010000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF87C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF87C2; }

 p { color: rgb(223,135,194); }

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

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

 a { background-color: rgb(223,135,194); }

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

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

 span { border-color: rgb(223,135,194); }

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