Shades of Deep Cerise #DA37AA
Tints of Deep Cerise #DA37AA
RGB
CMYK
RGB Variations
Color information
#DA37AA (or 0xDA37AA) is known color: Deep Cerise. HEX triplet: DA, 37 and AA. RGB value is (218,55,170). Sum of RGB (Red+Green+Blue) = 218+55+170=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA37AA is #25C855. Grayscale: #747474. Windows color (decimal): -2476118 or 11155418. OLE color: 11155418.
HSL color Cylindrical-coordinate representation of color #DA37AA: hue angle of 317.67º 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 #DA37AA is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 170 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.15 |
| HSL | 317.67º | 0.69% | 0.54% | - |
| HSV(B) | 317.67º | 0.75% | 0.85% | - |
| XYZ | 37.54 | 20.54 | 40.02 | - |
| YUV | 116.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 170 | 0 | 0.75 | 0.22 | 0.15 | 317.67 | 0.69 | 0.54 |
| Hex | DA | 37 | AA | 0 | 4B | 16 | F | 13E | 45 | 36 |
| Octal | 332 | 67 | 252 | 0 | 113 | 26 | 17 | 476 | 105 | 66 |
| Binary | 11011010 | 110111 | 10101010 | 0 | 1001011 | 10110 | 1111 | 100111110 | 1000101 | 110110 |
Color Harmonies of #DA37AA
Complementary color
Monochromatic Colors of #DA37AA
Black with #DA37AA
Text Example
Text Example
White with #DA37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37AA; }
p { color: rgb(218,55,170); }
H1.HeaderClassName
{
color: #DA37AA;
}
.AnyTagClassName
{
color: #DA37AA;
}
</style>
background-color css
<style>
a { background-color: #DA37AA; }
a { background-color: rgb(218,55,170); }
div.DivClassName
{
background-color: #DA37AA;
}
.BgClassName
{
background-color: #DA37AA;
}
</style>
border-color css
<style>
span { border-color: #DA37AA; }
span { border-color: rgb(218,55,170); }
td.TdClassName
{
border-color: #DA37AA;
}
.TagClassName
{
border-color: #DA37AA;
}
</style>