Shades of Deep Cerise #D836A0
Tints of Deep Cerise #D836A0
RGB
CMYK
RGB Variations
Color information
#D836A0 (or 0xD836A0) is known color: Deep Cerise. HEX triplet: D8, 36 and A0. RGB value is (216,54,160). Sum of RGB (Red+Green+Blue) = 216+54+160=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D836A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D836A0 is #27C95F. Grayscale: #727272. Windows color (decimal): -2607456 or 10499800. OLE color: 10499800.
HSL color Cylindrical-coordinate representation of color #D836A0: hue angle of 320.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836A0 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 160 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.15 |
| HSL | 320.74º | 0.68% | 0.53% | - |
| HSV(B) | 320.74º | 0.75% | 0.85% | - |
| XYZ | 35.98 | 19.78 | 35.18 | - |
| YUV | 114.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 160 | 0 | 0.75 | 0.26 | 0.15 | 320.74 | 0.68 | 0.53 |
| Hex | D8 | 36 | A0 | 0 | 4B | 1A | F | 141 | 44 | 35 |
| Octal | 330 | 66 | 240 | 0 | 113 | 32 | 17 | 501 | 104 | 65 |
| Binary | 11011000 | 110110 | 10100000 | 0 | 1001011 | 11010 | 1111 | 101000001 | 1000100 | 110101 |
Color Harmonies of #D836A0
Complementary color
Monochromatic Colors of #D836A0
Black with #D836A0
Text Example
Text Example
White with #D836A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D836A0; }
p { color: rgb(216,54,160); }
H1.HeaderClassName
{
color: #D836A0;
}
.AnyTagClassName
{
color: #D836A0;
}
</style>
background-color css
<style>
a { background-color: #D836A0; }
a { background-color: rgb(216,54,160); }
div.DivClassName
{
background-color: #D836A0;
}
.BgClassName
{
background-color: #D836A0;
}
</style>
border-color css
<style>
span { border-color: #D836A0; }
span { border-color: rgb(216,54,160); }
td.TdClassName
{
border-color: #D836A0;
}
.TagClassName
{
border-color: #D836A0;
}
</style>