#D86B7E

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

Shades of Deep Blush #D86B7E

Tints of Deep Blush #D86B7E

Color information

#D86B7E (or 0xD86B7E) is unknown color: approx Deep Blush. HEX triplet: D8, 6B and 7E. RGB value is (216,107,126). Sum of RGB (Red+Green+Blue) = 216+107+126=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B7E is #279481. Grayscale: #8D8D8D. Windows color (decimal): -2593922 or 8285144. OLE color: 8285144.

HSL color Cylindrical-coordinate representation of color #D86B7E: hue angle of 349.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86B7E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216107126-
CMYK00.500.420.15
HSL349.54º58.29%63.33%-
HSV(B)349.54º50.46%84.71%-
XYZ37.3426.6222.91-
YUV141.76119.11180.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=48.11%
G=23.83%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610712600.500.420.15349.5458.2963.33
HexD86B7E0322AF15e3a3f
Octal33015317606252175367277
Binary110110001101011111111001100101010101111101011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86B7E; }

 p { color: rgb(216,107,126); }

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

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

 a { background-color: rgb(216,107,126); }

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

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

 span { border-color: rgb(216,107,126); }

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