Shades of Deep Cerise #D032A9
Tints of Deep Cerise #D032A9
RGB
CMYK
RGB Variations
Color information
#D032A9 (or 0xD032A9) is known color: Deep Cerise. HEX triplet: D0, 32 and A9. RGB value is (208,50,169). Sum of RGB (Red+Green+Blue) = 208+50+169=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D032A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032A9 is #2FCD56. Grayscale: #6E6E6E. Windows color (decimal): -3132759 or 11088592. OLE color: 11088592.
HSL color Cylindrical-coordinate representation of color #D032A9: hue angle of 314.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032A9 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 169 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.18 |
| HSL | 314.81º | 0.63% | 0.51% | - |
| HSV(B) | 314.81º | 0.76% | 0.82% | - |
| XYZ | 34.31 | 18.56 | 39.31 | - |
| YUV | 110.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 169 | 0 | 0.76 | 0.19 | 0.18 | 314.81 | 0.63 | 0.51 |
| Hex | D0 | 32 | A9 | 0 | 4C | 13 | 12 | 13B | 3F | 33 |
| Octal | 320 | 62 | 251 | 0 | 114 | 23 | 22 | 473 | 77 | 63 |
| Binary | 11010000 | 110010 | 10101001 | 0 | 1001100 | 10011 | 10010 | 100111011 | 111111 | 110011 |
Color Harmonies of #D032A9
Complementary color
Monochromatic Colors of #D032A9
Black with #D032A9
Text Example
Text Example
White with #D032A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032A9; }
p { color: rgb(208,50,169); }
H1.HeaderClassName
{
color: #D032A9;
}
.AnyTagClassName
{
color: #D032A9;
}
</style>
background-color css
<style>
a { background-color: #D032A9; }
a { background-color: rgb(208,50,169); }
div.DivClassName
{
background-color: #D032A9;
}
.BgClassName
{
background-color: #D032A9;
}
</style>
border-color css
<style>
span { border-color: #D032A9; }
span { border-color: rgb(208,50,169); }
td.TdClassName
{
border-color: #D032A9;
}
.TagClassName
{
border-color: #D032A9;
}
</style>