#D86586

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

Shades of Deep Blush #D86586

Tints of Deep Blush #D86586

Color information

#D86586 (or 0xD86586) is unknown color: approx Deep Blush. HEX triplet: D8, 65 and 86. RGB value is (216,101,134). Sum of RGB (Red+Green+Blue) = 216+101+134=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D86586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86586 is #279A79. Grayscale: #8B8B8B. Windows color (decimal): -2595450 or 8807896. OLE color: 8807896.

HSL color Cylindrical-coordinate representation of color #D86586: hue angle of 342.78º degrees, saturation: 0.6, 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 #D86586 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216101134-
CMYK00.530.380.15
HSL342.78º59.59%62.16%-
HSV(B)342.78º53.24%84.71%-
XYZ37.2825.6325.54-
YUV139.15125.1182.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=47.89%
G=22.39%
B=29.71%

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
Decimal21610113400.530.380.15342.7859.5962.16
HexD8658603526F1573c3e
Octal33014520606546175277476
Binary1101100011001011000011001101011001101111101010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86586; }

 p { color: rgb(216,101,134); }

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

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

 a { background-color: rgb(216,101,134); }

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

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

 span { border-color: rgb(216,101,134); }

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