Shades of Deep Cerise #D2309A
Tints of Deep Cerise #D2309A
RGB
CMYK
RGB Variations
Color information
#D2309A (or 0xD2309A) is known color: Deep Cerise. HEX triplet: D2, 30 and 9A. RGB value is (210,48,154). Sum of RGB (Red+Green+Blue) = 210+48+154=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2309A is #2DCF65. Grayscale: #6C6C6C. Windows color (decimal): -3002214 or 10105042. OLE color: 10105042.
HSL color Cylindrical-coordinate representation of color #D2309A: hue angle of 320.74º 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 #D2309A is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 154 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.18 |
| HSL | 320.74º | 0.64% | 0.51% | - |
| HSV(B) | 320.74º | 0.77% | 0.82% | - |
| XYZ | 33.47 | 18.15 | 32.31 | - |
| YUV | 108.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 154 | 0 | 0.77 | 0.27 | 0.18 | 320.74 | 0.64 | 0.51 |
| Hex | D2 | 30 | 9A | 0 | 4D | 1B | 12 | 141 | 40 | 33 |
| Octal | 322 | 60 | 232 | 0 | 115 | 33 | 22 | 501 | 100 | 63 |
| Binary | 11010010 | 110000 | 10011010 | 0 | 1001101 | 11011 | 10010 | 101000001 | 1000000 | 110011 |
Color Harmonies of #D2309A
Complementary color
Monochromatic Colors of #D2309A
Black with #D2309A
Text Example
Text Example
White with #D2309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2309A; }
p { color: rgb(210,48,154); }
H1.HeaderClassName
{
color: #D2309A;
}
.AnyTagClassName
{
color: #D2309A;
}
</style>
background-color css
<style>
a { background-color: #D2309A; }
a { background-color: rgb(210,48,154); }
div.DivClassName
{
background-color: #D2309A;
}
.BgClassName
{
background-color: #D2309A;
}
</style>
border-color css
<style>
span { border-color: #D2309A; }
span { border-color: rgb(210,48,154); }
td.TdClassName
{
border-color: #D2309A;
}
.TagClassName
{
border-color: #D2309A;
}
</style>