#D86887

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

Shades of Deep Blush #D86887

Tints of Deep Blush #D86887

Color information

#D86887 (or 0xD86887) is unknown color: approx Deep Blush. HEX triplet: D8, 68 and 87. RGB value is (216,104,135). Sum of RGB (Red+Green+Blue) = 216+104+135=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D86887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86887 is #279778. Grayscale: #8D8D8D. Windows color (decimal): -2594681 or 8874200. OLE color: 8874200.

HSL color Cylindrical-coordinate representation of color #D86887: hue angle of 343.39º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86887 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216104135-
CMYK00.520.380.15
HSL343.39º58.95%62.75%-
HSV(B)343.39º51.85%84.71%-
XYZ37.6426.2526-
YUV141.02124.61181.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=47.47%
G=22.86%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610413500.520.380.15343.3958.9562.75
HexD8688703426F1573b3f
Octal33015020706446175277377
Binary1101100011010001000011101101001001101111101010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86887; }

 p { color: rgb(216,104,135); }

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

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

 a { background-color: rgb(216,104,135); }

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

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

 span { border-color: rgb(216,104,135); }

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