Shades of Deep Cerise #D23A89
Tints of Deep Cerise #D23A89
RGB
CMYK
RGB Variations
Color information
#D23A89 (or 0xD23A89) is known color: Deep Cerise. HEX triplet: D2, 3A and 89. RGB value is (210,58,137). Sum of RGB (Red+Green+Blue) = 210+58+137=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A89 is #2DC576. Grayscale: #707070. Windows color (decimal): -2999671 or 8993490. OLE color: 8993490.
HSL color Cylindrical-coordinate representation of color #D23A89: hue angle of 328.82º 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 #D23A89 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 137 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.18 |
| HSL | 328.82º | 0.63% | 0.53% | - |
| HSV(B) | 328.82º | 0.72% | 0.82% | - |
| XYZ | 32.61 | 18.53 | 25.53 | - |
| YUV | 112.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 137 | 0 | 0.72 | 0.35 | 0.18 | 328.82 | 0.63 | 0.53 |
| Hex | D2 | 3A | 89 | 0 | 48 | 23 | 12 | 149 | 3F | 35 |
| Octal | 322 | 72 | 211 | 0 | 110 | 43 | 22 | 511 | 77 | 65 |
| Binary | 11010010 | 111010 | 10001001 | 0 | 1001000 | 100011 | 10010 | 101001001 | 111111 | 110101 |
Color Harmonies of #D23A89
Complementary color
Monochromatic Colors of #D23A89
Black with #D23A89
Text Example
Text Example
White with #D23A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A89; }
p { color: rgb(210,58,137); }
H1.HeaderClassName
{
color: #D23A89;
}
.AnyTagClassName
{
color: #D23A89;
}
</style>
background-color css
<style>
a { background-color: #D23A89; }
a { background-color: rgb(210,58,137); }
div.DivClassName
{
background-color: #D23A89;
}
.BgClassName
{
background-color: #D23A89;
}
</style>
border-color css
<style>
span { border-color: #D23A89; }
span { border-color: rgb(210,58,137); }
td.TdClassName
{
border-color: #D23A89;
}
.TagClassName
{
border-color: #D23A89;
}
</style>