Shades of Deep Cerise #DA2378
Tints of Deep Cerise #DA2378
RGB
CMYK
RGB Variations
Color information
#DA2378 (or 0xDA2378) is known color: Deep Cerise. HEX triplet: DA, 23 and 78. RGB value is (218,35,120). Sum of RGB (Red+Green+Blue) = 218+35+120=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2378 is #25DC87. Grayscale: #636363. Windows color (decimal): -2481288 or 7873498. OLE color: 7873498.
HSL color Cylindrical-coordinate representation of color #DA2378: hue angle of 332.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2378 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 120 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.15 |
| HSL | 332.13º | 0.72% | 0.5% | - |
| HSV(B) | 332.13º | 0.84% | 0.85% | - |
| XYZ | 32.9 | 17.46 | 19.41 | - |
| YUV | 99.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 120 | 0 | 0.84 | 0.45 | 0.15 | 332.13 | 0.72 | 0.5 |
| Hex | DA | 23 | 78 | 0 | 54 | 2D | F | 14C | 48 | 32 |
| Octal | 332 | 43 | 170 | 0 | 124 | 55 | 17 | 514 | 110 | 62 |
| Binary | 11011010 | 100011 | 1111000 | 0 | 1010100 | 101101 | 1111 | 101001100 | 1001000 | 110010 |
Color Harmonies of #DA2378
Complementary color
Monochromatic Colors of #DA2378
Black with #DA2378
Text Example
Text Example
White with #DA2378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2378; }
p { color: rgb(218,35,120); }
H1.HeaderClassName
{
color: #DA2378;
}
.AnyTagClassName
{
color: #DA2378;
}
</style>
background-color css
<style>
a { background-color: #DA2378; }
a { background-color: rgb(218,35,120); }
div.DivClassName
{
background-color: #DA2378;
}
.BgClassName
{
background-color: #DA2378;
}
</style>
border-color css
<style>
span { border-color: #DA2378; }
span { border-color: rgb(218,35,120); }
td.TdClassName
{
border-color: #DA2378;
}
.TagClassName
{
border-color: #DA2378;
}
</style>