Shades of Deep Cerise #D02B94
Tints of Deep Cerise #D02B94
RGB
CMYK
RGB Variations
Color information
#D02B94 (or 0xD02B94) is known color: Deep Cerise. HEX triplet: D0, 2B and 94. RGB value is (208,43,148). Sum of RGB (Red+Green+Blue) = 208+43+148=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B94 is #2FD46B. Grayscale: #686868. Windows color (decimal): -3134572 or 9710544. OLE color: 9710544.
HSL color Cylindrical-coordinate representation of color #D02B94: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B94 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 148 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.18 |
| HSL | 321.82º | 0.66% | 0.49% | - |
| HSV(B) | 321.82º | 0.79% | 0.82% | - |
| XYZ | 32.22 | 17.28 | 29.65 | - |
| YUV | 104.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 148 | 0 | 0.79 | 0.29 | 0.18 | 321.82 | 0.66 | 0.49 |
| Hex | D0 | 2B | 94 | 0 | 4F | 1D | 12 | 142 | 42 | 31 |
| Octal | 320 | 53 | 224 | 0 | 117 | 35 | 22 | 502 | 102 | 61 |
| Binary | 11010000 | 101011 | 10010100 | 0 | 1001111 | 11101 | 10010 | 101000010 | 1000010 | 110001 |
Color Harmonies of #D02B94
Complementary color
Monochromatic Colors of #D02B94
Black with #D02B94
Text Example
Text Example
White with #D02B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B94; }
p { color: rgb(208,43,148); }
H1.HeaderClassName
{
color: #D02B94;
}
.AnyTagClassName
{
color: #D02B94;
}
</style>
background-color css
<style>
a { background-color: #D02B94; }
a { background-color: rgb(208,43,148); }
div.DivClassName
{
background-color: #D02B94;
}
.BgClassName
{
background-color: #D02B94;
}
</style>
border-color css
<style>
span { border-color: #D02B94; }
span { border-color: rgb(208,43,148); }
td.TdClassName
{
border-color: #D02B94;
}
.TagClassName
{
border-color: #D02B94;
}
</style>