#D86980

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

Shades of Deep Blush #D86980

Tints of Deep Blush #D86980

Color information

#D86980 (or 0xD86980) is unknown color: approx Deep Blush. HEX triplet: D8, 69 and 80. RGB value is (216,105,128). Sum of RGB (Red+Green+Blue) = 216+105+128=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D86980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86980 is #27967F. Grayscale: #8C8C8C. Windows color (decimal): -2594432 or 8415704. OLE color: 8415704.

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

Color convert

RGB216105128-
CMYK00.510.410.15
HSL347.57º58.73%62.94%-
HSV(B)347.57º51.39%84.71%-
XYZ37.2726.2623.53-
YUV140.81120.77181.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.11%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=48.11%
G=23.39%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610512800.510.410.15347.5758.7362.94
HexD8698003329F15c3b3f
Octal33015120006351175347377
Binary1101100011010011000000001100111010011111101011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86980; }

 p { color: rgb(216,105,128); }

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

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

 a { background-color: rgb(216,105,128); }

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

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

 span { border-color: rgb(216,105,128); }

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