#DF85BD

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

Shades of Shocking #DF85BD

Tints of Shocking #DF85BD

Color information

#DF85BD (or 0xDF85BD) is unknown color: approx Shocking. HEX triplet: DF, 85 and BD. RGB value is (223,133,189). Sum of RGB (Red+Green+Blue) = 223+133+189=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85BD is #207A42. Grayscale: #A6A6A6. Windows color (decimal): -2128451 or 12420575. OLE color: 12420575.

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

Color convert

RGB223133189-
CMYK00.400.150.13
HSL322.67º58.44%69.8%-
HSV(B)322.67º40.36%87.45%-
XYZ4836.1452.59-
YUV166.29140.82168.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=40.92%
G=24.40%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313318900.400.150.13322.6758.4469.8
HexDF85BD028FD1433a46
Octal337205275050171550372106
Binary1101111110000101101111010101000111111011010000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF85BD; }

 p { color: rgb(223,133,189); }

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

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

 a { background-color: rgb(223,133,189); }

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

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

 span { border-color: rgb(223,133,189); }

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