Shades of Deep Cerise #D230A8
Tints of Deep Cerise #D230A8
RGB
CMYK
RGB Variations
Color information
#D230A8 (or 0xD230A8) is known color: Deep Cerise. HEX triplet: D2, 30 and A8. RGB value is (210,48,168). Sum of RGB (Red+Green+Blue) = 210+48+168=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D230A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D230A8 is #2DCF57. Grayscale: #6D6D6D. Windows color (decimal): -3002200 or 11022546. OLE color: 11022546.
HSL color Cylindrical-coordinate representation of color #D230A8: hue angle of 315.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 #D230A8 is Cyan = 0, Magento = 0.77, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 168 | - |
| CMYK | 0 | 0.77 | 0.2 | 0.18 |
| HSL | 315.56º | 0.64% | 0.51% | - |
| HSV(B) | 315.56º | 0.77% | 0.82% | - |
| XYZ | 34.7 | 18.64 | 38.82 | - |
| YUV | 110.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 168 | 0 | 0.77 | 0.2 | 0.18 | 315.56 | 0.64 | 0.51 |
| Hex | D2 | 30 | A8 | 0 | 4D | 14 | 12 | 13C | 40 | 33 |
| Octal | 322 | 60 | 250 | 0 | 115 | 24 | 22 | 474 | 100 | 63 |
| Binary | 11010010 | 110000 | 10101000 | 0 | 1001101 | 10100 | 10010 | 100111100 | 1000000 | 110011 |
Color Harmonies of #D230A8
Complementary color
Monochromatic Colors of #D230A8
Black with #D230A8
Text Example
Text Example
White with #D230A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D230A8; }
p { color: rgb(210,48,168); }
H1.HeaderClassName
{
color: #D230A8;
}
.AnyTagClassName
{
color: #D230A8;
}
</style>
background-color css
<style>
a { background-color: #D230A8; }
a { background-color: rgb(210,48,168); }
div.DivClassName
{
background-color: #D230A8;
}
.BgClassName
{
background-color: #D230A8;
}
</style>
border-color css
<style>
span { border-color: #D230A8; }
span { border-color: rgb(210,48,168); }
td.TdClassName
{
border-color: #D230A8;
}
.TagClassName
{
border-color: #D230A8;
}
</style>