Shades of Deep Cerise #D2308E
Tints of Deep Cerise #D2308E
RGB
CMYK
RGB Variations
Color information
#D2308E (or 0xD2308E) is known color: Deep Cerise. HEX triplet: D2, 30 and 8E. RGB value is (210,48,142). Sum of RGB (Red+Green+Blue) = 210+48+142=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2308E is #2DCF71. Grayscale: #6A6A6A. Windows color (decimal): -3002226 or 9318610. OLE color: 9318610.
HSL color Cylindrical-coordinate representation of color #D2308E: hue angle of 325.19º 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 #D2308E is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 142 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.18 |
| HSL | 325.19º | 0.64% | 0.51% | - |
| HSV(B) | 325.19º | 0.77% | 0.82% | - |
| XYZ | 32.52 | 17.77 | 27.31 | - |
| YUV | 107.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 142 | 0 | 0.77 | 0.32 | 0.18 | 325.19 | 0.64 | 0.51 |
| Hex | D2 | 30 | 8E | 0 | 4D | 20 | 12 | 145 | 40 | 33 |
| Octal | 322 | 60 | 216 | 0 | 115 | 40 | 22 | 505 | 100 | 63 |
| Binary | 11010010 | 110000 | 10001110 | 0 | 1001101 | 100000 | 10010 | 101000101 | 1000000 | 110011 |
Color Harmonies of #D2308E
Complementary color
Monochromatic Colors of #D2308E
Black with #D2308E
Text Example
Text Example
White with #D2308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2308E; }
p { color: rgb(210,48,142); }
H1.HeaderClassName
{
color: #D2308E;
}
.AnyTagClassName
{
color: #D2308E;
}
</style>
background-color css
<style>
a { background-color: #D2308E; }
a { background-color: rgb(210,48,142); }
div.DivClassName
{
background-color: #D2308E;
}
.BgClassName
{
background-color: #D2308E;
}
</style>
border-color css
<style>
span { border-color: #D2308E; }
span { border-color: rgb(210,48,142); }
td.TdClassName
{
border-color: #D2308E;
}
.TagClassName
{
border-color: #D2308E;
}
</style>