Shades of Deep Cerise #D0299B
Tints of Deep Cerise #D0299B
RGB
CMYK
RGB Variations
Color information
#D0299B (or 0xD0299B) is known color: Deep Cerise. HEX triplet: D0, 29 and 9B. RGB value is (208,41,155). Sum of RGB (Red+Green+Blue) = 208+41+155=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0299B is #2FD664. Grayscale: #676767. Windows color (decimal): -3135077 or 10168784. OLE color: 10168784.
HSL color Cylindrical-coordinate representation of color #D0299B: hue angle of 319.04º 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 #D0299B is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 155 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.18 |
| HSL | 319.04º | 0.67% | 0.49% | - |
| HSV(B) | 319.04º | 0.8% | 0.82% | - |
| XYZ | 32.72 | 17.36 | 32.64 | - |
| YUV | 103.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 155 | 0 | 0.80 | 0.25 | 0.18 | 319.04 | 0.67 | 0.49 |
| Hex | D0 | 29 | 9B | 0 | 50 | 19 | 12 | 13F | 43 | 31 |
| Octal | 320 | 51 | 233 | 0 | 120 | 31 | 22 | 477 | 103 | 61 |
| Binary | 11010000 | 101001 | 10011011 | 0 | 1010000 | 11001 | 10010 | 100111111 | 1000011 | 110001 |
Color Harmonies of #D0299B
Complementary color
Monochromatic Colors of #D0299B
Black with #D0299B
Text Example
Text Example
White with #D0299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0299B; }
p { color: rgb(208,41,155); }
H1.HeaderClassName
{
color: #D0299B;
}
.AnyTagClassName
{
color: #D0299B;
}
</style>
background-color css
<style>
a { background-color: #D0299B; }
a { background-color: rgb(208,41,155); }
div.DivClassName
{
background-color: #D0299B;
}
.BgClassName
{
background-color: #D0299B;
}
</style>
border-color css
<style>
span { border-color: #D0299B; }
span { border-color: rgb(208,41,155); }
td.TdClassName
{
border-color: #D0299B;
}
.TagClassName
{
border-color: #D0299B;
}
</style>