Shades of Deep Cerise #D02984
Tints of Deep Cerise #D02984
RGB
CMYK
RGB Variations
Color information
#D02984 (or 0xD02984) is known color: Deep Cerise. HEX triplet: D0, 29 and 84. RGB value is (208,41,132). Sum of RGB (Red+Green+Blue) = 208+41+132=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D02984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02984 is #2FD67B. Grayscale: #656565. Windows color (decimal): -3135100 or 8661456. OLE color: 8661456.
HSL color Cylindrical-coordinate representation of color #D02984: hue angle of 327.31º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02984 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 132 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.18 |
| HSL | 327.31º | 0.67% | 0.49% | - |
| HSV(B) | 327.31º | 0.8% | 0.82% | - |
| XYZ | 30.97 | 16.66 | 23.41 | - |
| YUV | 101.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 132 | 0 | 0.80 | 0.37 | 0.18 | 327.31 | 0.67 | 0.49 |
| Hex | D0 | 29 | 84 | 0 | 50 | 25 | 12 | 147 | 43 | 31 |
| Octal | 320 | 51 | 204 | 0 | 120 | 45 | 22 | 507 | 103 | 61 |
| Binary | 11010000 | 101001 | 10000100 | 0 | 1010000 | 100101 | 10010 | 101000111 | 1000011 | 110001 |
Color Harmonies of #D02984
Complementary color
Monochromatic Colors of #D02984
Black with #D02984
Text Example
Text Example
White with #D02984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02984; }
p { color: rgb(208,41,132); }
H1.HeaderClassName
{
color: #D02984;
}
.AnyTagClassName
{
color: #D02984;
}
</style>
background-color css
<style>
a { background-color: #D02984; }
a { background-color: rgb(208,41,132); }
div.DivClassName
{
background-color: #D02984;
}
.BgClassName
{
background-color: #D02984;
}
</style>
border-color css
<style>
span { border-color: #D02984; }
span { border-color: rgb(208,41,132); }
td.TdClassName
{
border-color: #D02984;
}
.TagClassName
{
border-color: #D02984;
}
</style>