#D86387

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

Shades of Deep Blush #D86387

Tints of Deep Blush #D86387

Color information

#D86387 (or 0xD86387) is unknown color: approx Deep Blush. HEX triplet: D8, 63 and 87. RGB value is (216,99,135). Sum of RGB (Red+Green+Blue) = 216+99+135=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D86387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86387 is #279C78. Grayscale: #8A8A8A. Windows color (decimal): -2595961 or 8872920. OLE color: 8872920.

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

Color convert

RGB21699135-
CMYK00.540.380.15
HSL341.54º60%61.76%-
HSV(B)341.54º54.17%84.71%-
XYZ37.1525.2725.84-
YUV138.09126.26183.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 135 (53.12% from 255) = 30%
R=48%
G=22%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169913500.540.380.15341.546061.76
HexD8638703626F1563c3e
Octal33014320706646175267476
Binary1101100011000111000011101101101001101111101010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86387; }

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

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

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

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

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

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

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

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