#D86580

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

Shades of Deep Blush #D86580

Tints of Deep Blush #D86580

Color information

#D86580 (or 0xD86580) is unknown color: approx Deep Blush. HEX triplet: D8, 65 and 80. RGB value is (216,101,128). Sum of RGB (Red+Green+Blue) = 216+101+128=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D86580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86580 is #279A7F. Grayscale: #8A8A8A. Windows color (decimal): -2595456 or 8414680. OLE color: 8414680.

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

Color convert

RGB216101128-
CMYK00.530.410.15
HSL345.91º59.59%62.16%-
HSV(B)345.91º53.24%84.71%-
XYZ36.8725.4623.39-
YUV138.46122.1183.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.54%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=48.54%
G=22.70%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610112800.530.410.15345.9159.5962.16
HexD8658003529F15a3c3e
Octal33014520006551175327476
Binary1101100011001011000000001101011010011111101011010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86580; }

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

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

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

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

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

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

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

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