Shades of Deep Cerise #D23F89
Tints of Deep Cerise #D23F89
RGB
CMYK
RGB Variations
Color information
#D23F89 (or 0xD23F89) is known color: Deep Cerise. HEX triplet: D2, 3F and 89. RGB value is (210,63,137). Sum of RGB (Red+Green+Blue) = 210+63+137=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F89 is #2DC076. Grayscale: #737373. Windows color (decimal): -2998391 or 8994770. OLE color: 8994770.
HSL color Cylindrical-coordinate representation of color #D23F89: hue angle of 329.8º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F89 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 137 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.18 |
| HSL | 329.8º | 0.62% | 0.54% | - |
| HSV(B) | 329.8º | 0.7% | 0.82% | - |
| XYZ | 32.87 | 19.06 | 25.61 | - |
| YUV | 115.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 137 | 0 | 0.70 | 0.35 | 0.18 | 329.8 | 0.62 | 0.54 |
| Hex | D2 | 3F | 89 | 0 | 46 | 23 | 12 | 14A | 3E | 36 |
| Octal | 322 | 77 | 211 | 0 | 106 | 43 | 22 | 512 | 76 | 66 |
| Binary | 11010010 | 111111 | 10001001 | 0 | 1000110 | 100011 | 10010 | 101001010 | 111110 | 110110 |
Color Harmonies of #D23F89
Complementary color
Monochromatic Colors of #D23F89
Black with #D23F89
Text Example
Text Example
White with #D23F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F89; }
p { color: rgb(210,63,137); }
H1.HeaderClassName
{
color: #D23F89;
}
.AnyTagClassName
{
color: #D23F89;
}
</style>
background-color css
<style>
a { background-color: #D23F89; }
a { background-color: rgb(210,63,137); }
div.DivClassName
{
background-color: #D23F89;
}
.BgClassName
{
background-color: #D23F89;
}
</style>
border-color css
<style>
span { border-color: #D23F89; }
span { border-color: rgb(210,63,137); }
td.TdClassName
{
border-color: #D23F89;
}
.TagClassName
{
border-color: #D23F89;
}
</style>