Shades of Deep Cerise #D036A1
Tints of Deep Cerise #D036A1
RGB
CMYK
RGB Variations
Color information
#D036A1 (or 0xD036A1) is known color: Deep Cerise. HEX triplet: D0, 36 and A1. RGB value is (208,54,161). Sum of RGB (Red+Green+Blue) = 208+54+161=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D036A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D036A1 is #2FC95E. Grayscale: #6F6F6F. Windows color (decimal): -3131743 or 10565328. OLE color: 10565328.
HSL color Cylindrical-coordinate representation of color #D036A1: hue angle of 318.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036A1 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 161 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.18 |
| HSL | 318.31º | 0.62% | 0.51% | - |
| HSV(B) | 318.31º | 0.74% | 0.82% | - |
| XYZ | 33.76 | 18.62 | 35.53 | - |
| YUV | 112.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 161 | 0 | 0.74 | 0.23 | 0.18 | 318.31 | 0.62 | 0.51 |
| Hex | D0 | 36 | A1 | 0 | 4A | 17 | 12 | 13E | 3E | 33 |
| Octal | 320 | 66 | 241 | 0 | 112 | 27 | 22 | 476 | 76 | 63 |
| Binary | 11010000 | 110110 | 10100001 | 0 | 1001010 | 10111 | 10010 | 100111110 | 111110 | 110011 |
Color Harmonies of #D036A1
Complementary color
Monochromatic Colors of #D036A1
Black with #D036A1
Text Example
Text Example
White with #D036A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036A1; }
p { color: rgb(208,54,161); }
H1.HeaderClassName
{
color: #D036A1;
}
.AnyTagClassName
{
color: #D036A1;
}
</style>
background-color css
<style>
a { background-color: #D036A1; }
a { background-color: rgb(208,54,161); }
div.DivClassName
{
background-color: #D036A1;
}
.BgClassName
{
background-color: #D036A1;
}
</style>
border-color css
<style>
span { border-color: #D036A1; }
span { border-color: rgb(208,54,161); }
td.TdClassName
{
border-color: #D036A1;
}
.TagClassName
{
border-color: #D036A1;
}
</style>