Shades of Deep Cerise #D2309C
Tints of Deep Cerise #D2309C
RGB
CMYK
RGB Variations
Color information
#D2309C (or 0xD2309C) is known color: Deep Cerise. HEX triplet: D2, 30 and 9C. RGB value is (210,48,156). Sum of RGB (Red+Green+Blue) = 210+48+156=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2309C is #2DCF63. Grayscale: #6C6C6C. Windows color (decimal): -3002212 or 10236114. OLE color: 10236114.
HSL color Cylindrical-coordinate representation of color #D2309C: hue angle of 320º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2309C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 156 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.18 |
| HSL | 320º | 0.64% | 0.51% | - |
| HSV(B) | 320º | 0.77% | 0.82% | - |
| XYZ | 33.64 | 18.22 | 33.2 | - |
| YUV | 108.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 156 | 0 | 0.77 | 0.26 | 0.18 | 320 | 0.64 | 0.51 |
| Hex | D2 | 30 | 9C | 0 | 4D | 1A | 12 | 140 | 40 | 33 |
| Octal | 322 | 60 | 234 | 0 | 115 | 32 | 22 | 500 | 100 | 63 |
| Binary | 11010010 | 110000 | 10011100 | 0 | 1001101 | 11010 | 10010 | 101000000 | 1000000 | 110011 |
Color Harmonies of #D2309C
Complementary color
Monochromatic Colors of #D2309C
Black with #D2309C
Text Example
Text Example
White with #D2309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2309C; }
p { color: rgb(210,48,156); }
H1.HeaderClassName
{
color: #D2309C;
}
.AnyTagClassName
{
color: #D2309C;
}
</style>
background-color css
<style>
a { background-color: #D2309C; }
a { background-color: rgb(210,48,156); }
div.DivClassName
{
background-color: #D2309C;
}
.BgClassName
{
background-color: #D2309C;
}
</style>
border-color css
<style>
span { border-color: #D2309C; }
span { border-color: rgb(210,48,156); }
td.TdClassName
{
border-color: #D2309C;
}
.TagClassName
{
border-color: #D2309C;
}
</style>