Shades of Deep Cerise #DA3C79
Tints of Deep Cerise #DA3C79
RGB
CMYK
RGB Variations
Color information
#DA3C79 (or 0xDA3C79) is known color: Deep Cerise. HEX triplet: DA, 3C and 79. RGB value is (218,60,121). Sum of RGB (Red+Green+Blue) = 218+60+121=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C79 is #25C386. Grayscale: #727272. Windows color (decimal): -2474887 or 7945434. OLE color: 7945434.
HSL color Cylindrical-coordinate representation of color #DA3C79: hue angle of 336.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C79 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 121 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.15 |
| HSL | 336.84º | 0.68% | 0.55% | - |
| HSV(B) | 336.84º | 0.72% | 0.85% | - |
| XYZ | 33.98 | 19.52 | 20.07 | - |
| YUV | 114.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 121 | 0 | 0.72 | 0.44 | 0.15 | 336.84 | 0.68 | 0.55 |
| Hex | DA | 3C | 79 | 0 | 48 | 2C | F | 151 | 44 | 37 |
| Octal | 332 | 74 | 171 | 0 | 110 | 54 | 17 | 521 | 104 | 67 |
| Binary | 11011010 | 111100 | 1111001 | 0 | 1001000 | 101100 | 1111 | 101010001 | 1000100 | 110111 |
Color Harmonies of #DA3C79
Complementary color
Monochromatic Colors of #DA3C79
Black with #DA3C79
Text Example
Text Example
White with #DA3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C79; }
p { color: rgb(218,60,121); }
H1.HeaderClassName
{
color: #DA3C79;
}
.AnyTagClassName
{
color: #DA3C79;
}
</style>
background-color css
<style>
a { background-color: #DA3C79; }
a { background-color: rgb(218,60,121); }
div.DivClassName
{
background-color: #DA3C79;
}
.BgClassName
{
background-color: #DA3C79;
}
</style>
border-color css
<style>
span { border-color: #DA3C79; }
span { border-color: rgb(218,60,121); }
td.TdClassName
{
border-color: #DA3C79;
}
.TagClassName
{
border-color: #DA3C79;
}
</style>