Shades of Deep Cerise #D23C8E
Tints of Deep Cerise #D23C8E
RGB
CMYK
RGB Variations
Color information
#D23C8E (or 0xD23C8E) is known color: Deep Cerise. HEX triplet: D2, 3C and 8E. RGB value is (210,60,142). Sum of RGB (Red+Green+Blue) = 210+60+142=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C8E is #2DC371. Grayscale: #727272. Windows color (decimal): -2999154 or 9321682. OLE color: 9321682.
HSL color Cylindrical-coordinate representation of color #D23C8E: hue angle of 327.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C8E is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 142 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.18 |
| HSL | 327.2º | 0.63% | 0.53% | - |
| HSV(B) | 327.2º | 0.71% | 0.82% | - |
| XYZ | 33.08 | 18.89 | 27.49 | - |
| YUV | 114.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 142 | 0 | 0.71 | 0.32 | 0.18 | 327.2 | 0.63 | 0.53 |
| Hex | D2 | 3C | 8E | 0 | 47 | 20 | 12 | 147 | 3E | 35 |
| Octal | 322 | 74 | 216 | 0 | 107 | 40 | 22 | 507 | 76 | 65 |
| Binary | 11010010 | 111100 | 10001110 | 0 | 1000111 | 100000 | 10010 | 101000111 | 111110 | 110101 |
Color Harmonies of #D23C8E
Complementary color
Monochromatic Colors of #D23C8E
Black with #D23C8E
Text Example
Text Example
White with #D23C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C8E; }
p { color: rgb(210,60,142); }
H1.HeaderClassName
{
color: #D23C8E;
}
.AnyTagClassName
{
color: #D23C8E;
}
</style>
background-color css
<style>
a { background-color: #D23C8E; }
a { background-color: rgb(210,60,142); }
div.DivClassName
{
background-color: #D23C8E;
}
.BgClassName
{
background-color: #D23C8E;
}
</style>
border-color css
<style>
span { border-color: #D23C8E; }
span { border-color: rgb(210,60,142); }
td.TdClassName
{
border-color: #D23C8E;
}
.TagClassName
{
border-color: #D23C8E;
}
</style>