Shades of Deep Cerise #D2308D
Tints of Deep Cerise #D2308D
RGB
CMYK
RGB Variations
Color information
#D2308D (or 0xD2308D) is known color: Deep Cerise. HEX triplet: D2, 30 and 8D. RGB value is (210,48,141). Sum of RGB (Red+Green+Blue) = 210+48+141=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2308D is #2DCF72. Grayscale: #6A6A6A. Windows color (decimal): -3002227 or 9253074. OLE color: 9253074.
HSL color Cylindrical-coordinate representation of color #D2308D: hue angle of 325.56º 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 #D2308D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 141 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.18 |
| HSL | 325.56º | 0.64% | 0.51% | - |
| HSV(B) | 325.56º | 0.77% | 0.82% | - |
| XYZ | 32.44 | 17.74 | 26.91 | - |
| YUV | 107.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 141 | 0 | 0.77 | 0.33 | 0.18 | 325.56 | 0.64 | 0.51 |
| Hex | D2 | 30 | 8D | 0 | 4D | 21 | 12 | 146 | 40 | 33 |
| Octal | 322 | 60 | 215 | 0 | 115 | 41 | 22 | 506 | 100 | 63 |
| Binary | 11010010 | 110000 | 10001101 | 0 | 1001101 | 100001 | 10010 | 101000110 | 1000000 | 110011 |
Color Harmonies of #D2308D
Complementary color
Monochromatic Colors of #D2308D
Black with #D2308D
Text Example
Text Example
White with #D2308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2308D; }
p { color: rgb(210,48,141); }
H1.HeaderClassName
{
color: #D2308D;
}
.AnyTagClassName
{
color: #D2308D;
}
</style>
background-color css
<style>
a { background-color: #D2308D; }
a { background-color: rgb(210,48,141); }
div.DivClassName
{
background-color: #D2308D;
}
.BgClassName
{
background-color: #D2308D;
}
</style>
border-color css
<style>
span { border-color: #D2308D; }
span { border-color: rgb(210,48,141); }
td.TdClassName
{
border-color: #D2308D;
}
.TagClassName
{
border-color: #D2308D;
}
</style>