Shades of Deep Cerise #DA37A8
Tints of Deep Cerise #DA37A8
RGB
CMYK
RGB Variations
Color information
#DA37A8 (or 0xDA37A8) is known color: Deep Cerise. HEX triplet: DA, 37 and A8. RGB value is (218,55,168). Sum of RGB (Red+Green+Blue) = 218+55+168=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA37A8 is #25C857. Grayscale: #747474. Windows color (decimal): -2476120 or 11024346. OLE color: 11024346.
HSL color Cylindrical-coordinate representation of color #DA37A8: hue angle of 318.4º 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 #DA37A8 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 168 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.15 |
| HSL | 318.4º | 0.69% | 0.54% | - |
| HSV(B) | 318.4º | 0.75% | 0.85% | - |
| XYZ | 37.35 | 20.46 | 39.03 | - |
| YUV | 116.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 168 | 0 | 0.75 | 0.23 | 0.15 | 318.4 | 0.69 | 0.54 |
| Hex | DA | 37 | A8 | 0 | 4B | 17 | F | 13E | 45 | 36 |
| Octal | 332 | 67 | 250 | 0 | 113 | 27 | 17 | 476 | 105 | 66 |
| Binary | 11011010 | 110111 | 10101000 | 0 | 1001011 | 10111 | 1111 | 100111110 | 1000101 | 110110 |
Color Harmonies of #DA37A8
Complementary color
Monochromatic Colors of #DA37A8
Black with #DA37A8
Text Example
Text Example
White with #DA37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37A8; }
p { color: rgb(218,55,168); }
H1.HeaderClassName
{
color: #DA37A8;
}
.AnyTagClassName
{
color: #DA37A8;
}
</style>
background-color css
<style>
a { background-color: #DA37A8; }
a { background-color: rgb(218,55,168); }
div.DivClassName
{
background-color: #DA37A8;
}
.BgClassName
{
background-color: #DA37A8;
}
</style>
border-color css
<style>
span { border-color: #DA37A8; }
span { border-color: rgb(218,55,168); }
td.TdClassName
{
border-color: #DA37A8;
}
.TagClassName
{
border-color: #DA37A8;
}
</style>