Shades of Deep Cerise #D02FA0
Tints of Deep Cerise #D02FA0
RGB
CMYK
RGB Variations
Color information
#D02FA0 (or 0xD02FA0) is known color: Deep Cerise. HEX triplet: D0, 2F and A0. RGB value is (208,47,160). Sum of RGB (Red+Green+Blue) = 208+47+160=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FA0 is #2FD05F. Grayscale: #6B6B6B. Windows color (decimal): -3133536 or 10498000. OLE color: 10498000.
HSL color Cylindrical-coordinate representation of color #D02FA0: hue angle of 317.89º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02FA0 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 160 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.18 |
| HSL | 317.89º | 0.63% | 0.5% | - |
| HSV(B) | 317.89º | 0.77% | 0.82% | - |
| XYZ | 33.37 | 17.98 | 34.97 | - |
| YUV | 108.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 160 | 0 | 0.77 | 0.23 | 0.18 | 317.89 | 0.63 | 0.5 |
| Hex | D0 | 2F | A0 | 0 | 4D | 17 | 12 | 13E | 3F | 32 |
| Octal | 320 | 57 | 240 | 0 | 115 | 27 | 22 | 476 | 77 | 62 |
| Binary | 11010000 | 101111 | 10100000 | 0 | 1001101 | 10111 | 10010 | 100111110 | 111111 | 110010 |
Color Harmonies of #D02FA0
Complementary color
Monochromatic Colors of #D02FA0
Black with #D02FA0
Text Example
Text Example
White with #D02FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FA0; }
p { color: rgb(208,47,160); }
H1.HeaderClassName
{
color: #D02FA0;
}
.AnyTagClassName
{
color: #D02FA0;
}
</style>
background-color css
<style>
a { background-color: #D02FA0; }
a { background-color: rgb(208,47,160); }
div.DivClassName
{
background-color: #D02FA0;
}
.BgClassName
{
background-color: #D02FA0;
}
</style>
border-color css
<style>
span { border-color: #D02FA0; }
span { border-color: rgb(208,47,160); }
td.TdClassName
{
border-color: #D02FA0;
}
.TagClassName
{
border-color: #D02FA0;
}
</style>