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