Shades of Deep Cerise #D2308B
Tints of Deep Cerise #D2308B
RGB
CMYK
RGB Variations
Color information
#D2308B (or 0xD2308B) is known color: Deep Cerise. HEX triplet: D2, 30 and 8B. RGB value is (210,48,139). Sum of RGB (Red+Green+Blue) = 210+48+139=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2308B is #2DCF74. Grayscale: #6A6A6A. Windows color (decimal): -3002229 or 9122002. OLE color: 9122002.
HSL color Cylindrical-coordinate representation of color #D2308B: hue angle of 326.3º 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 #D2308B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 139 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.18 |
| HSL | 326.3º | 0.64% | 0.51% | - |
| HSV(B) | 326.3º | 0.77% | 0.82% | - |
| XYZ | 32.3 | 17.68 | 26.14 | - |
| YUV | 106.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 139 | 0 | 0.77 | 0.34 | 0.18 | 326.3 | 0.64 | 0.51 |
| Hex | D2 | 30 | 8B | 0 | 4D | 22 | 12 | 146 | 40 | 33 |
| Octal | 322 | 60 | 213 | 0 | 115 | 42 | 22 | 506 | 100 | 63 |
| Binary | 11010010 | 110000 | 10001011 | 0 | 1001101 | 100010 | 10010 | 101000110 | 1000000 | 110011 |
Color Harmonies of #D2308B
Complementary color
Monochromatic Colors of #D2308B
Black with #D2308B
Text Example
Text Example
White with #D2308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2308B; }
p { color: rgb(210,48,139); }
H1.HeaderClassName
{
color: #D2308B;
}
.AnyTagClassName
{
color: #D2308B;
}
</style>
background-color css
<style>
a { background-color: #D2308B; }
a { background-color: rgb(210,48,139); }
div.DivClassName
{
background-color: #D2308B;
}
.BgClassName
{
background-color: #D2308B;
}
</style>
border-color css
<style>
span { border-color: #D2308B; }
span { border-color: rgb(210,48,139); }
td.TdClassName
{
border-color: #D2308B;
}
.TagClassName
{
border-color: #D2308B;
}
</style>