Shades of Deep Cerise #D02A94
Tints of Deep Cerise #D02A94
RGB
CMYK
RGB Variations
Color information
#D02A94 (or 0xD02A94) is known color: Deep Cerise. HEX triplet: D0, 2A and 94. RGB value is (208,42,148). Sum of RGB (Red+Green+Blue) = 208+42+148=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02A94 is #2FD56B. Grayscale: #676767. Windows color (decimal): -3134828 or 9710288. OLE color: 9710288.
HSL color Cylindrical-coordinate representation of color #D02A94: hue angle of 321.69º degrees, saturation: 0.66, 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 #D02A94 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 148 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.18 |
| HSL | 321.69º | 0.66% | 0.49% | - |
| HSV(B) | 321.69º | 0.8% | 0.82% | - |
| XYZ | 32.19 | 17.2 | 29.64 | - |
| YUV | 103.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 148 | 0 | 0.80 | 0.29 | 0.18 | 321.69 | 0.66 | 0.49 |
| Hex | D0 | 2A | 94 | 0 | 50 | 1D | 12 | 142 | 42 | 31 |
| Octal | 320 | 52 | 224 | 0 | 120 | 35 | 22 | 502 | 102 | 61 |
| Binary | 11010000 | 101010 | 10010100 | 0 | 1010000 | 11101 | 10010 | 101000010 | 1000010 | 110001 |
Color Harmonies of #D02A94
Complementary color
Monochromatic Colors of #D02A94
Black with #D02A94
Text Example
Text Example
White with #D02A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A94; }
p { color: rgb(208,42,148); }
H1.HeaderClassName
{
color: #D02A94;
}
.AnyTagClassName
{
color: #D02A94;
}
</style>
background-color css
<style>
a { background-color: #D02A94; }
a { background-color: rgb(208,42,148); }
div.DivClassName
{
background-color: #D02A94;
}
.BgClassName
{
background-color: #D02A94;
}
</style>
border-color css
<style>
span { border-color: #D02A94; }
span { border-color: rgb(208,42,148); }
td.TdClassName
{
border-color: #D02A94;
}
.TagClassName
{
border-color: #D02A94;
}
</style>