Shades of Deep Cerise #DA3078
Tints of Deep Cerise #DA3078
RGB
CMYK
RGB Variations
Color information
#DA3078 (or 0xDA3078) is known color: Deep Cerise. HEX triplet: DA, 30 and 78. RGB value is (218,48,120). Sum of RGB (Red+Green+Blue) = 218+48+120=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3078 is #25CF87. Grayscale: #6A6A6A. Windows color (decimal): -2477960 or 7876826. OLE color: 7876826.
HSL color Cylindrical-coordinate representation of color #DA3078: hue angle of 334.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3078 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 120 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.15 |
| HSL | 334.59º | 0.7% | 0.52% | - |
| HSV(B) | 334.59º | 0.78% | 0.85% | - |
| XYZ | 33.36 | 18.38 | 19.56 | - |
| YUV | 107.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 120 | 0 | 0.78 | 0.45 | 0.15 | 334.59 | 0.7 | 0.52 |
| Hex | DA | 30 | 78 | 0 | 4E | 2D | F | 14F | 46 | 34 |
| Octal | 332 | 60 | 170 | 0 | 116 | 55 | 17 | 517 | 106 | 64 |
| Binary | 11011010 | 110000 | 1111000 | 0 | 1001110 | 101101 | 1111 | 101001111 | 1000110 | 110100 |
Color Harmonies of #DA3078
Complementary color
Monochromatic Colors of #DA3078
Black with #DA3078
Text Example
Text Example
White with #DA3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3078; }
p { color: rgb(218,48,120); }
H1.HeaderClassName
{
color: #DA3078;
}
.AnyTagClassName
{
color: #DA3078;
}
</style>
background-color css
<style>
a { background-color: #DA3078; }
a { background-color: rgb(218,48,120); }
div.DivClassName
{
background-color: #DA3078;
}
.BgClassName
{
background-color: #DA3078;
}
</style>
border-color css
<style>
span { border-color: #DA3078; }
span { border-color: rgb(218,48,120); }
td.TdClassName
{
border-color: #DA3078;
}
.TagClassName
{
border-color: #DA3078;
}
</style>