Shades of Deep Cerise #D23A98
Tints of Deep Cerise #D23A98
RGB
CMYK
RGB Variations
Color information
#D23A98 (or 0xD23A98) is known color: Deep Cerise. HEX triplet: D2, 3A and 98. RGB value is (210,58,152). Sum of RGB (Red+Green+Blue) = 210+58+152=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A98 is #2DC567. Grayscale: #717171. Windows color (decimal): -2999656 or 9976530. OLE color: 9976530.
HSL color Cylindrical-coordinate representation of color #D23A98: hue angle of 322.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A98 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 152 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.18 |
| HSL | 322.89º | 0.63% | 0.53% | - |
| HSV(B) | 322.89º | 0.72% | 0.82% | - |
| XYZ | 33.76 | 18.99 | 31.59 | - |
| YUV | 114.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 152 | 0 | 0.72 | 0.28 | 0.18 | 322.89 | 0.63 | 0.53 |
| Hex | D2 | 3A | 98 | 0 | 48 | 1C | 12 | 143 | 3F | 35 |
| Octal | 322 | 72 | 230 | 0 | 110 | 34 | 22 | 503 | 77 | 65 |
| Binary | 11010010 | 111010 | 10011000 | 0 | 1001000 | 11100 | 10010 | 101000011 | 111111 | 110101 |
Color Harmonies of #D23A98
Complementary color
Monochromatic Colors of #D23A98
Black with #D23A98
Text Example
Text Example
White with #D23A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A98; }
p { color: rgb(210,58,152); }
H1.HeaderClassName
{
color: #D23A98;
}
.AnyTagClassName
{
color: #D23A98;
}
</style>
background-color css
<style>
a { background-color: #D23A98; }
a { background-color: rgb(210,58,152); }
div.DivClassName
{
background-color: #D23A98;
}
.BgClassName
{
background-color: #D23A98;
}
</style>
border-color css
<style>
span { border-color: #D23A98; }
span { border-color: rgb(210,58,152); }
td.TdClassName
{
border-color: #D23A98;
}
.TagClassName
{
border-color: #D23A98;
}
</style>