Shades of Deep Cerise #D02979
Tints of Deep Cerise #D02979
RGB
CMYK
RGB Variations
Color information
#D02979 (or 0xD02979) is known color: Deep Cerise. HEX triplet: D0, 29 and 79. RGB value is (208,41,121). Sum of RGB (Red+Green+Blue) = 208+41+121=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D02979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02979 is #2FD686. Grayscale: #636363. Windows color (decimal): -3135111 or 7940560. OLE color: 7940560.
HSL color Cylindrical-coordinate representation of color #D02979: hue angle of 331.26º 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 #D02979 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 121 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.18 |
| HSL | 331.26º | 0.67% | 0.49% | - |
| HSV(B) | 331.26º | 0.8% | 0.82% | - |
| XYZ | 30.26 | 16.38 | 19.66 | - |
| YUV | 100.05 | 139.83 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 121 | 0 | 0.80 | 0.42 | 0.18 | 331.26 | 0.67 | 0.49 |
| Hex | D0 | 29 | 79 | 0 | 50 | 2A | 12 | 14B | 43 | 31 |
| Octal | 320 | 51 | 171 | 0 | 120 | 52 | 22 | 513 | 103 | 61 |
| Binary | 11010000 | 101001 | 1111001 | 0 | 1010000 | 101010 | 10010 | 101001011 | 1000011 | 110001 |
Color Harmonies of #D02979
Complementary color
Monochromatic Colors of #D02979
Black with #D02979
Text Example
Text Example
White with #D02979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02979; }
p { color: rgb(208,41,121); }
H1.HeaderClassName
{
color: #D02979;
}
.AnyTagClassName
{
color: #D02979;
}
</style>
background-color css
<style>
a { background-color: #D02979; }
a { background-color: rgb(208,41,121); }
div.DivClassName
{
background-color: #D02979;
}
.BgClassName
{
background-color: #D02979;
}
</style>
border-color css
<style>
span { border-color: #D02979; }
span { border-color: rgb(208,41,121); }
td.TdClassName
{
border-color: #D02979;
}
.TagClassName
{
border-color: #D02979;
}
</style>