Shades of Deep Cerise #D2308A
Tints of Deep Cerise #D2308A
RGB
CMYK
RGB Variations
Color information
#D2308A (or 0xD2308A) is known color: Deep Cerise. HEX triplet: D2, 30 and 8A. RGB value is (210,48,138). Sum of RGB (Red+Green+Blue) = 210+48+138=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2308A is #2DCF75. Grayscale: #6A6A6A. Windows color (decimal): -3002230 or 9056466. OLE color: 9056466.
HSL color Cylindrical-coordinate representation of color #D2308A: hue angle of 326.67º 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 #D2308A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 138 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.18 |
| HSL | 326.67º | 0.64% | 0.51% | - |
| HSV(B) | 326.67º | 0.77% | 0.82% | - |
| XYZ | 32.22 | 17.65 | 25.75 | - |
| YUV | 106.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 138 | 0 | 0.77 | 0.34 | 0.18 | 326.67 | 0.64 | 0.51 |
| Hex | D2 | 30 | 8A | 0 | 4D | 22 | 12 | 147 | 40 | 33 |
| Octal | 322 | 60 | 212 | 0 | 115 | 42 | 22 | 507 | 100 | 63 |
| Binary | 11010010 | 110000 | 10001010 | 0 | 1001101 | 100010 | 10010 | 101000111 | 1000000 | 110011 |
Color Harmonies of #D2308A
Complementary color
Monochromatic Colors of #D2308A
Black with #D2308A
Text Example
Text Example
White with #D2308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2308A; }
p { color: rgb(210,48,138); }
H1.HeaderClassName
{
color: #D2308A;
}
.AnyTagClassName
{
color: #D2308A;
}
</style>
background-color css
<style>
a { background-color: #D2308A; }
a { background-color: rgb(210,48,138); }
div.DivClassName
{
background-color: #D2308A;
}
.BgClassName
{
background-color: #D2308A;
}
</style>
border-color css
<style>
span { border-color: #D2308A; }
span { border-color: rgb(210,48,138); }
td.TdClassName
{
border-color: #D2308A;
}
.TagClassName
{
border-color: #D2308A;
}
</style>