#D86C83

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

Shades of Deep Blush #D86C83

Tints of Deep Blush #D86C83

Color information

#D86C83 (or 0xD86C83) is unknown color: approx Deep Blush. HEX triplet: D8, 6C and 83. RGB value is (216,108,131). Sum of RGB (Red+Green+Blue) = 216+108+131=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C83 is #27937C. Grayscale: #8E8E8E. Windows color (decimal): -2593661 or 8613080. OLE color: 8613080.

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

Color convert

RGB216108131-
CMYK00.500.390.15
HSL347.22º58.06%63.53%-
HSV(B)347.22º50%84.71%-
XYZ37.7826.9624.69-
YUV142.91121.28180.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=47.47%
G=23.74%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610813100.500.390.15347.2258.0663.53
HexD86C8303227F15b3a40
Octal330154203062471753372100
Binary11011000110110010000011011001010011111111010110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C83; }

 p { color: rgb(216,108,131); }

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

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

 a { background-color: rgb(216,108,131); }

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

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

 span { border-color: rgb(216,108,131); }

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