Shades of Deep Blush #D86581
Tints of Deep Blush #D86581
RGB
CMYK
RGB Variations
Color information
#D86581 (or 0xD86581) is known color: Deep Blush. HEX triplet: D8, 65 and 81. RGB value is (216,101,129). Sum of RGB (Red+Green+Blue) = 216+101+129=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D86581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86581 is #279A7E. Grayscale: #8A8A8A. Windows color (decimal): -2595455 or 8480216. OLE color: 8480216.
HSL color Cylindrical-coordinate representation of color #D86581: hue angle of 345.39º 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 #D86581 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 129 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.15 |
| HSL | 345.39º | 0.6% | 0.62% | - |
| HSV(B) | 345.39º | 0.53% | 0.85% | - |
| XYZ | 36.94 | 25.49 | 23.74 | - |
| YUV | 138.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 129 | 0 | 0.53 | 0.40 | 0.15 | 345.39 | 0.6 | 0.62 |
| Hex | D8 | 65 | 81 | 0 | 35 | 28 | F | 159 | 3C | 3E |
| Octal | 330 | 145 | 201 | 0 | 65 | 50 | 17 | 531 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10000001 | 0 | 110101 | 101000 | 1111 | 101011001 | 111100 | 111110 |
Color Harmonies of #D86581
Complementary color
Monochromatic Colors of #D86581
Black with #D86581
Text Example
Text Example
White with #D86581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86581; }
p { color: rgb(216,101,129); }
H1.HeaderClassName
{
color: #D86581;
}
.AnyTagClassName
{
color: #D86581;
}
</style>
background-color css
<style>
a { background-color: #D86581; }
a { background-color: rgb(216,101,129); }
div.DivClassName
{
background-color: #D86581;
}
.BgClassName
{
background-color: #D86581;
}
</style>
border-color css
<style>
span { border-color: #D86581; }
span { border-color: rgb(216,101,129); }
td.TdClassName
{
border-color: #D86581;
}
.TagClassName
{
border-color: #D86581;
}
</style>