Shades of Deep Cerise #DA37AD
Tints of Deep Cerise #DA37AD
RGB
CMYK
RGB Variations
Color information
#DA37AD (or 0xDA37AD) is known color: Deep Cerise. HEX triplet: DA, 37 and AD. RGB value is (218,55,173). Sum of RGB (Red+Green+Blue) = 218+55+173=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA37AD is #25C852. Grayscale: #747474. Windows color (decimal): -2476115 or 11352026. OLE color: 11352026.
HSL color Cylindrical-coordinate representation of color #DA37AD: hue angle of 316.56º 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 #DA37AD is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 173 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.15 |
| HSL | 316.56º | 0.69% | 0.54% | - |
| HSV(B) | 316.56º | 0.75% | 0.85% | - |
| XYZ | 37.82 | 20.65 | 41.53 | - |
| YUV | 117.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 173 | 0 | 0.75 | 0.21 | 0.15 | 316.56 | 0.69 | 0.54 |
| Hex | DA | 37 | AD | 0 | 4B | 15 | F | 13D | 45 | 36 |
| Octal | 332 | 67 | 255 | 0 | 113 | 25 | 17 | 475 | 105 | 66 |
| Binary | 11011010 | 110111 | 10101101 | 0 | 1001011 | 10101 | 1111 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DA37AD
Complementary color
Monochromatic Colors of #DA37AD
Black with #DA37AD
Text Example
Text Example
White with #DA37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA37AD; }
p { color: rgb(218,55,173); }
H1.HeaderClassName
{
color: #DA37AD;
}
.AnyTagClassName
{
color: #DA37AD;
}
</style>
background-color css
<style>
a { background-color: #DA37AD; }
a { background-color: rgb(218,55,173); }
div.DivClassName
{
background-color: #DA37AD;
}
.BgClassName
{
background-color: #DA37AD;
}
</style>
border-color css
<style>
span { border-color: #DA37AD; }
span { border-color: rgb(218,55,173); }
td.TdClassName
{
border-color: #DA37AD;
}
.TagClassName
{
border-color: #DA37AD;
}
</style>