#D86687

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

Shades of Deep Blush #D86687

Tints of Deep Blush #D86687

Color information

#D86687 (or 0xD86687) is unknown color: approx Deep Blush. HEX triplet: D8, 66 and 87. RGB value is (216,102,135). Sum of RGB (Red+Green+Blue) = 216+102+135=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D86687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86687 is #279978. Grayscale: #8B8B8B. Windows color (decimal): -2595193 or 8873688. OLE color: 8873688.

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

Color convert

RGB216102135-
CMYK00.530.380.15
HSL342.63º59.38%62.35%-
HSV(B)342.63º52.78%84.71%-
XYZ37.4425.8525.94-
YUV139.85125.27182.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=47.68%
G=22.52%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610213500.530.380.15342.6359.3862.35
HexD8668703526F1573b3e
Octal33014620706546175277376
Binary1101100011001101000011101101011001101111101010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86687; }

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

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

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

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

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

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

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

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