Shades of Deep Cerise #D036AB
Tints of Deep Cerise #D036AB
RGB
CMYK
RGB Variations
Color information
#D036AB (or 0xD036AB) is known color: Deep Cerise. HEX triplet: D0, 36 and AB. RGB value is (208,54,171). Sum of RGB (Red+Green+Blue) = 208+54+171=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D036AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D036AB is #2FC954. Grayscale: #717171. Windows color (decimal): -3131733 or 11220688. OLE color: 11220688.
HSL color Cylindrical-coordinate representation of color #D036AB: hue angle of 314.42º 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 #D036AB is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 171 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.18 |
| HSL | 314.42º | 0.62% | 0.51% | - |
| HSV(B) | 314.42º | 0.74% | 0.82% | - |
| XYZ | 34.68 | 18.99 | 40.37 | - |
| YUV | 113.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 171 | 0 | 0.74 | 0.18 | 0.18 | 314.42 | 0.62 | 0.51 |
| Hex | D0 | 36 | AB | 0 | 4A | 12 | 12 | 13A | 3E | 33 |
| Octal | 320 | 66 | 253 | 0 | 112 | 22 | 22 | 472 | 76 | 63 |
| Binary | 11010000 | 110110 | 10101011 | 0 | 1001010 | 10010 | 10010 | 100111010 | 111110 | 110011 |
Color Harmonies of #D036AB
Complementary color
Monochromatic Colors of #D036AB
Black with #D036AB
Text Example
Text Example
White with #D036AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036AB; }
p { color: rgb(208,54,171); }
H1.HeaderClassName
{
color: #D036AB;
}
.AnyTagClassName
{
color: #D036AB;
}
</style>
background-color css
<style>
a { background-color: #D036AB; }
a { background-color: rgb(208,54,171); }
div.DivClassName
{
background-color: #D036AB;
}
.BgClassName
{
background-color: #D036AB;
}
</style>
border-color css
<style>
span { border-color: #D036AB; }
span { border-color: rgb(208,54,171); }
td.TdClassName
{
border-color: #D036AB;
}
.TagClassName
{
border-color: #D036AB;
}
</style>