Shades of Deep Cerise #D2309B
Tints of Deep Cerise #D2309B
RGB
CMYK
RGB Variations
Color information
#D2309B (or 0xD2309B) is known color: Deep Cerise. HEX triplet: D2, 30 and 9B. RGB value is (210,48,155). Sum of RGB (Red+Green+Blue) = 210+48+155=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2309B is #2DCF64. Grayscale: #6C6C6C. Windows color (decimal): -3002213 or 10170578. OLE color: 10170578.
HSL color Cylindrical-coordinate representation of color #D2309B: hue angle of 320.37º 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 #D2309B is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 155 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.18 |
| HSL | 320.37º | 0.64% | 0.51% | - |
| HSV(B) | 320.37º | 0.77% | 0.82% | - |
| XYZ | 33.55 | 18.18 | 32.75 | - |
| YUV | 108.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 155 | 0 | 0.77 | 0.26 | 0.18 | 320.37 | 0.64 | 0.51 |
| Hex | D2 | 30 | 9B | 0 | 4D | 1A | 12 | 140 | 40 | 33 |
| Octal | 322 | 60 | 233 | 0 | 115 | 32 | 22 | 500 | 100 | 63 |
| Binary | 11010010 | 110000 | 10011011 | 0 | 1001101 | 11010 | 10010 | 101000000 | 1000000 | 110011 |
Color Harmonies of #D2309B
Complementary color
Monochromatic Colors of #D2309B
Black with #D2309B
Text Example
Text Example
White with #D2309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2309B; }
p { color: rgb(210,48,155); }
H1.HeaderClassName
{
color: #D2309B;
}
.AnyTagClassName
{
color: #D2309B;
}
</style>
background-color css
<style>
a { background-color: #D2309B; }
a { background-color: rgb(210,48,155); }
div.DivClassName
{
background-color: #D2309B;
}
.BgClassName
{
background-color: #D2309B;
}
</style>
border-color css
<style>
span { border-color: #D2309B; }
span { border-color: rgb(210,48,155); }
td.TdClassName
{
border-color: #D2309B;
}
.TagClassName
{
border-color: #D2309B;
}
</style>