Shades of Deep Cerise #DA3780
Tints of Deep Cerise #DA3780
RGB
CMYK
RGB Variations
Color information
#DA3780 (or 0xDA3780) is known color: Deep Cerise. HEX triplet: DA, 37 and 80. RGB value is (218,55,128). Sum of RGB (Red+Green+Blue) = 218+55+128=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3780 is #25C87F. Grayscale: #6F6F6F. Windows color (decimal): -2476160 or 8402906. OLE color: 8402906.
HSL color Cylindrical-coordinate representation of color #DA3780: hue angle of 333.13º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3780 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 128 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.15 |
| HSL | 333.13º | 0.69% | 0.54% | - |
| HSV(B) | 333.13º | 0.75% | 0.85% | - |
| XYZ | 34.18 | 19.2 | 22.33 | - |
| YUV | 112.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 128 | 0 | 0.75 | 0.41 | 0.15 | 333.13 | 0.69 | 0.54 |
| Hex | DA | 37 | 80 | 0 | 4B | 29 | F | 14D | 45 | 36 |
| Octal | 332 | 67 | 200 | 0 | 113 | 51 | 17 | 515 | 105 | 66 |
| Binary | 11011010 | 110111 | 10000000 | 0 | 1001011 | 101001 | 1111 | 101001101 | 1000101 | 110110 |
Color Harmonies of #DA3780
Complementary color
Monochromatic Colors of #DA3780
Black with #DA3780
Text Example
Text Example
White with #DA3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3780; }
p { color: rgb(218,55,128); }
H1.HeaderClassName
{
color: #DA3780;
}
.AnyTagClassName
{
color: #DA3780;
}
</style>
background-color css
<style>
a { background-color: #DA3780; }
a { background-color: rgb(218,55,128); }
div.DivClassName
{
background-color: #DA3780;
}
.BgClassName
{
background-color: #DA3780;
}
</style>
border-color css
<style>
span { border-color: #DA3780; }
span { border-color: rgb(218,55,128); }
td.TdClassName
{
border-color: #DA3780;
}
.TagClassName
{
border-color: #DA3780;
}
</style>