Shades of Deep Cerise #D23494
Tints of Deep Cerise #D23494
RGB
CMYK
RGB Variations
Color information
#D23494 (or 0xD23494) is known color: Deep Cerise. HEX triplet: D2, 34 and 94. RGB value is (210,52,148). Sum of RGB (Red+Green+Blue) = 210+52+148=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D23494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23494 is #2DCB6B. Grayscale: #6D6D6D. Windows color (decimal): -3001196 or 9712850. OLE color: 9712850.
HSL color Cylindrical-coordinate representation of color #D23494: hue angle of 323.54º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23494 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 148 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.18 |
| HSL | 323.54º | 0.64% | 0.51% | - |
| HSV(B) | 323.54º | 0.75% | 0.82% | - |
| XYZ | 33.15 | 18.3 | 29.8 | - |
| YUV | 110.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 148 | 0 | 0.75 | 0.30 | 0.18 | 323.54 | 0.64 | 0.51 |
| Hex | D2 | 34 | 94 | 0 | 4B | 1E | 12 | 144 | 40 | 33 |
| Octal | 322 | 64 | 224 | 0 | 113 | 36 | 22 | 504 | 100 | 63 |
| Binary | 11010010 | 110100 | 10010100 | 0 | 1001011 | 11110 | 10010 | 101000100 | 1000000 | 110011 |
Color Harmonies of #D23494
Complementary color
Monochromatic Colors of #D23494
Black with #D23494
Text Example
Text Example
White with #D23494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23494; }
p { color: rgb(210,52,148); }
H1.HeaderClassName
{
color: #D23494;
}
.AnyTagClassName
{
color: #D23494;
}
</style>
background-color css
<style>
a { background-color: #D23494; }
a { background-color: rgb(210,52,148); }
div.DivClassName
{
background-color: #D23494;
}
.BgClassName
{
background-color: #D23494;
}
</style>
border-color css
<style>
span { border-color: #D23494; }
span { border-color: rgb(210,52,148); }
td.TdClassName
{
border-color: #D23494;
}
.TagClassName
{
border-color: #D23494;
}
</style>