Shades of Deep Cerise #DA37A0
Tints of Deep Cerise #DA37A0
RGB
CMYK
RGB Variations
Color information
#DA37A0 (or 0xDA37A0) is known color: Deep Cerise. HEX triplet: DA, 37 and A0. RGB value is (218,55,160). Sum of RGB (Red+Green+Blue) = 218+55+160=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA37A0 is #25C85F. Grayscale: #737373. Windows color (decimal): -2476128 or 10500058. OLE color: 10500058.
HSL color Cylindrical-coordinate representation of color #DA37A0: hue angle of 321.35º 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 #DA37A0 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 160 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.15 |
| HSL | 321.35º | 0.69% | 0.54% | - |
| HSV(B) | 321.35º | 0.75% | 0.85% | - |
| XYZ | 36.62 | 20.18 | 35.22 | - |
| YUV | 115.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 160 | 0 | 0.75 | 0.27 | 0.15 | 321.35 | 0.69 | 0.54 |
| Hex | DA | 37 | A0 | 0 | 4B | 1B | F | 141 | 45 | 36 |
| Octal | 332 | 67 | 240 | 0 | 113 | 33 | 17 | 501 | 105 | 66 |
| Binary | 11011010 | 110111 | 10100000 | 0 | 1001011 | 11011 | 1111 | 101000001 | 1000101 | 110110 |
Color Harmonies of #DA37A0
Complementary color
Monochromatic Colors of #DA37A0
Black with #DA37A0
Text Example
Text Example
White with #DA37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37A0; }
p { color: rgb(218,55,160); }
H1.HeaderClassName
{
color: #DA37A0;
}
.AnyTagClassName
{
color: #DA37A0;
}
</style>
background-color css
<style>
a { background-color: #DA37A0; }
a { background-color: rgb(218,55,160); }
div.DivClassName
{
background-color: #DA37A0;
}
.BgClassName
{
background-color: #DA37A0;
}
</style>
border-color css
<style>
span { border-color: #DA37A0; }
span { border-color: rgb(218,55,160); }
td.TdClassName
{
border-color: #DA37A0;
}
.TagClassName
{
border-color: #DA37A0;
}
</style>