Shades of Deep Cerise #D32479
Tints of Deep Cerise #D32479
RGB
CMYK
RGB Variations
Color information
#D32479 (or 0xD32479) is known color: Deep Cerise. HEX triplet: D3, 24 and 79. RGB value is (211,36,121). Sum of RGB (Red+Green+Blue) = 211+36+121=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D32479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32479 is #2CDB86. Grayscale: #616161. Windows color (decimal): -2939783 or 7939283. OLE color: 7939283.
HSL color Cylindrical-coordinate representation of color #D32479: hue angle of 330.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32479 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 121 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.17 |
| HSL | 330.86º | 0.71% | 0.48% | - |
| HSV(B) | 330.86º | 0.83% | 0.83% | - |
| XYZ | 30.95 | 16.49 | 19.64 | - |
| YUV | 98.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 121 | 0 | 0.83 | 0.43 | 0.17 | 330.86 | 0.71 | 0.48 |
| Hex | D3 | 24 | 79 | 0 | 53 | 2B | 11 | 14B | 47 | 30 |
| Octal | 323 | 44 | 171 | 0 | 123 | 53 | 21 | 513 | 107 | 60 |
| Binary | 11010011 | 100100 | 1111001 | 0 | 1010011 | 101011 | 10001 | 101001011 | 1000111 | 110000 |
Color Harmonies of #D32479
Complementary color
Monochromatic Colors of #D32479
Black with #D32479
Text Example
Text Example
White with #D32479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32479; }
p { color: rgb(211,36,121); }
H1.HeaderClassName
{
color: #D32479;
}
.AnyTagClassName
{
color: #D32479;
}
</style>
background-color css
<style>
a { background-color: #D32479; }
a { background-color: rgb(211,36,121); }
div.DivClassName
{
background-color: #D32479;
}
.BgClassName
{
background-color: #D32479;
}
</style>
border-color css
<style>
span { border-color: #D32479; }
span { border-color: rgb(211,36,121); }
td.TdClassName
{
border-color: #D32479;
}
.TagClassName
{
border-color: #D32479;
}
</style>