Shades of Deep Blush #D86280
Tints of Deep Blush #D86280
RGB
CMYK
RGB Variations
Color information
#D86280 (or 0xD86280) is known color: Deep Blush. HEX triplet: D8, 62 and 80. RGB value is (216,98,128). Sum of RGB (Red+Green+Blue) = 216+98+128=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D86280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86280 is #279D7F. Grayscale: #888888. Windows color (decimal): -2596224 or 8413912. OLE color: 8413912.
HSL color Cylindrical-coordinate representation of color #D86280: hue angle of 344.75º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86280 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 128 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.15 |
| HSL | 344.75º | 0.6% | 0.62% | - |
| HSV(B) | 344.75º | 0.55% | 0.85% | - |
| XYZ | 36.58 | 24.89 | 23.3 | - |
| YUV | 136.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 128 | 0 | 0.55 | 0.41 | 0.15 | 344.75 | 0.6 | 0.62 |
| Hex | D8 | 62 | 80 | 0 | 37 | 29 | F | 159 | 3C | 3E |
| Octal | 330 | 142 | 200 | 0 | 67 | 51 | 17 | 531 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10000000 | 0 | 110111 | 101001 | 1111 | 101011001 | 111100 | 111110 |
Color Harmonies of #D86280
Complementary color
Monochromatic Colors of #D86280
Black with #D86280
Text Example
Text Example
White with #D86280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86280; }
p { color: rgb(216,98,128); }
H1.HeaderClassName
{
color: #D86280;
}
.AnyTagClassName
{
color: #D86280;
}
</style>
background-color css
<style>
a { background-color: #D86280; }
a { background-color: rgb(216,98,128); }
div.DivClassName
{
background-color: #D86280;
}
.BgClassName
{
background-color: #D86280;
}
</style>
border-color css
<style>
span { border-color: #D86280; }
span { border-color: rgb(216,98,128); }
td.TdClassName
{
border-color: #D86280;
}
.TagClassName
{
border-color: #D86280;
}
</style>