Shades of Deep Cerise #D23E8C
Tints of Deep Cerise #D23E8C
RGB
CMYK
RGB Variations
Color information
#D23E8C (or 0xD23E8C) is known color: Deep Cerise. HEX triplet: D2, 3E and 8C. RGB value is (210,62,140). Sum of RGB (Red+Green+Blue) = 210+62+140=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23E8C is #2DC173. Grayscale: #727272. Windows color (decimal): -2998644 or 9191122. OLE color: 9191122.
HSL color Cylindrical-coordinate representation of color #D23E8C: hue angle of 328.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E8C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 140 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 328.38º | 0.62% | 0.53% | - |
| HSV(B) | 328.38º | 0.7% | 0.82% | - |
| XYZ | 33.03 | 19.04 | 26.74 | - |
| YUV | 115.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 140 | 0 | 0.70 | 0.33 | 0.18 | 328.38 | 0.62 | 0.53 |
| Hex | D2 | 3E | 8C | 0 | 46 | 21 | 12 | 148 | 3E | 35 |
| Octal | 322 | 76 | 214 | 0 | 106 | 41 | 22 | 510 | 76 | 65 |
| Binary | 11010010 | 111110 | 10001100 | 0 | 1000110 | 100001 | 10010 | 101001000 | 111110 | 110101 |
Color Harmonies of #D23E8C
Complementary color
Monochromatic Colors of #D23E8C
Black with #D23E8C
Text Example
Text Example
White with #D23E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E8C; }
p { color: rgb(210,62,140); }
H1.HeaderClassName
{
color: #D23E8C;
}
.AnyTagClassName
{
color: #D23E8C;
}
</style>
background-color css
<style>
a { background-color: #D23E8C; }
a { background-color: rgb(210,62,140); }
div.DivClassName
{
background-color: #D23E8C;
}
.BgClassName
{
background-color: #D23E8C;
}
</style>
border-color css
<style>
span { border-color: #D23E8C; }
span { border-color: rgb(210,62,140); }
td.TdClassName
{
border-color: #D23E8C;
}
.TagClassName
{
border-color: #D23E8C;
}
</style>