#d86b88

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

Shades of Deep Blush #D86B88

Tints of Deep Blush #D86B88

Color information

#D86B88 (or 0xD86B88) is unknown color: approx Deep Blush. HEX triplet: D8, 6B and 88. RGB value is (216,107,136). Sum of RGB (Red+Green+Blue) = 216+107+136=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86B88 is #279477. Grayscale: #8E8E8E. Windows color (decimal): -2593912 or 8940504. OLE color: 8940504.

HSL color Cylindrical-coordinate representation of color #D86B88: hue angle of 344.04º 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 #D86B88 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216107136-
CMYK00.500.370.15
HSL344.04º58.29%63.33%-
HSV(B)344.04º50.46%84.71%-
XYZ38.0226.8926.48-
YUV142.9124.11180.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=47.06%
G=23.31%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610713600.500.370.15344.0458.2963.33
HexD86B8803225F1583a3f
Octal33015321006245175307277
Binary1101100011010111000100001100101001011111101011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86b88; }

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

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

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

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

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

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

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

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