Shades of Deep Cerise #D2299A
Tints of Deep Cerise #D2299A
RGB
CMYK
RGB Variations
Color information
#D2299A (or 0xD2299A) is known color: Deep Cerise. HEX triplet: D2, 29 and 9A. RGB value is (210,41,154). Sum of RGB (Red+Green+Blue) = 210+41+154=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2299A is #2DD665. Grayscale: #686868. Windows color (decimal): -3004006 or 10103250. OLE color: 10103250.
HSL color Cylindrical-coordinate representation of color #D2299A: hue angle of 319.88º 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 #D2299A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 154 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.18 |
| HSL | 319.88º | 0.67% | 0.49% | - |
| HSV(B) | 319.88º | 0.8% | 0.82% | - |
| XYZ | 33.2 | 17.62 | 32.22 | - |
| YUV | 104.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 154 | 0 | 0.80 | 0.27 | 0.18 | 319.88 | 0.67 | 0.49 |
| Hex | D2 | 29 | 9A | 0 | 50 | 1B | 12 | 140 | 43 | 31 |
| Octal | 322 | 51 | 232 | 0 | 120 | 33 | 22 | 500 | 103 | 61 |
| Binary | 11010010 | 101001 | 10011010 | 0 | 1010000 | 11011 | 10010 | 101000000 | 1000011 | 110001 |
Color Harmonies of #D2299A
Complementary color
Monochromatic Colors of #D2299A
Black with #D2299A
Text Example
Text Example
White with #D2299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2299A; }
p { color: rgb(210,41,154); }
H1.HeaderClassName
{
color: #D2299A;
}
.AnyTagClassName
{
color: #D2299A;
}
</style>
background-color css
<style>
a { background-color: #D2299A; }
a { background-color: rgb(210,41,154); }
div.DivClassName
{
background-color: #D2299A;
}
.BgClassName
{
background-color: #D2299A;
}
</style>
border-color css
<style>
span { border-color: #D2299A; }
span { border-color: rgb(210,41,154); }
td.TdClassName
{
border-color: #D2299A;
}
.TagClassName
{
border-color: #D2299A;
}
</style>