Shades of Deep Cerise #DA2778
Tints of Deep Cerise #DA2778
RGB
CMYK
RGB Variations
Color information
#DA2778 (or 0xDA2778) is known color: Deep Cerise. HEX triplet: DA, 27 and 78. RGB value is (218,39,120). Sum of RGB (Red+Green+Blue) = 218+39+120=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2778 is #25D887. Grayscale: #656565. Windows color (decimal): -2480264 or 7874522. OLE color: 7874522.
HSL color Cylindrical-coordinate representation of color #DA2778: hue angle of 332.85º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2778 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 120 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.15 |
| HSL | 332.85º | 0.71% | 0.5% | - |
| HSV(B) | 332.85º | 0.82% | 0.85% | - |
| XYZ | 33.03 | 17.71 | 19.45 | - |
| YUV | 101.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 120 | 0 | 0.82 | 0.45 | 0.15 | 332.85 | 0.71 | 0.5 |
| Hex | DA | 27 | 78 | 0 | 52 | 2D | F | 14D | 47 | 32 |
| Octal | 332 | 47 | 170 | 0 | 122 | 55 | 17 | 515 | 107 | 62 |
| Binary | 11011010 | 100111 | 1111000 | 0 | 1010010 | 101101 | 1111 | 101001101 | 1000111 | 110010 |
Color Harmonies of #DA2778
Complementary color
Monochromatic Colors of #DA2778
Black with #DA2778
Text Example
Text Example
White with #DA2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2778; }
p { color: rgb(218,39,120); }
H1.HeaderClassName
{
color: #DA2778;
}
.AnyTagClassName
{
color: #DA2778;
}
</style>
background-color css
<style>
a { background-color: #DA2778; }
a { background-color: rgb(218,39,120); }
div.DivClassName
{
background-color: #DA2778;
}
.BgClassName
{
background-color: #DA2778;
}
</style>
border-color css
<style>
span { border-color: #DA2778; }
span { border-color: rgb(218,39,120); }
td.TdClassName
{
border-color: #DA2778;
}
.TagClassName
{
border-color: #DA2778;
}
</style>