Shades of Deep Cerise #D23479
Tints of Deep Cerise #D23479
RGB
CMYK
RGB Variations
Color information
#D23479 (or 0xD23479) is known color: Deep Cerise. HEX triplet: D2, 34 and 79. RGB value is (210,52,121). Sum of RGB (Red+Green+Blue) = 210+52+121=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D23479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23479 is #2DCB86. Grayscale: #6A6A6A. Windows color (decimal): -3001223 or 7943378. OLE color: 7943378.
HSL color Cylindrical-coordinate representation of color #D23479: hue angle of 333.8º 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 #D23479 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 121 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.18 |
| HSL | 333.8º | 0.64% | 0.51% | - |
| HSV(B) | 333.8º | 0.75% | 0.82% | - |
| XYZ | 31.26 | 17.54 | 19.83 | - |
| YUV | 107.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 121 | 0 | 0.75 | 0.42 | 0.18 | 333.8 | 0.64 | 0.51 |
| Hex | D2 | 34 | 79 | 0 | 4B | 2A | 12 | 14E | 40 | 33 |
| Octal | 322 | 64 | 171 | 0 | 113 | 52 | 22 | 516 | 100 | 63 |
| Binary | 11010010 | 110100 | 1111001 | 0 | 1001011 | 101010 | 10010 | 101001110 | 1000000 | 110011 |
Color Harmonies of #D23479
Complementary color
Monochromatic Colors of #D23479
Black with #D23479
Text Example
Text Example
White with #D23479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23479; }
p { color: rgb(210,52,121); }
H1.HeaderClassName
{
color: #D23479;
}
.AnyTagClassName
{
color: #D23479;
}
</style>
background-color css
<style>
a { background-color: #D23479; }
a { background-color: rgb(210,52,121); }
div.DivClassName
{
background-color: #D23479;
}
.BgClassName
{
background-color: #D23479;
}
</style>
border-color css
<style>
span { border-color: #D23479; }
span { border-color: rgb(210,52,121); }
td.TdClassName
{
border-color: #D23479;
}
.TagClassName
{
border-color: #D23479;
}
</style>