Shades of Deep Cerise #DA39AD
Tints of Deep Cerise #DA39AD
RGB
CMYK
RGB Variations
Color information
#DA39AD (or 0xDA39AD) is known color: Deep Cerise. HEX triplet: DA, 39 and AD. RGB value is (218,57,173). Sum of RGB (Red+Green+Blue) = 218+57+173=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA39AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA39AD is #25C652. Grayscale: #767676. Windows color (decimal): -2475603 or 11352538. OLE color: 11352538.
HSL color Cylindrical-coordinate representation of color #DA39AD: hue angle of 316.77º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA39AD is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 173 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.15 |
| HSL | 316.77º | 0.69% | 0.54% | - |
| HSV(B) | 316.77º | 0.74% | 0.85% | - |
| XYZ | 37.92 | 20.85 | 41.56 | - |
| YUV | 118.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 173 | 0 | 0.74 | 0.21 | 0.15 | 316.77 | 0.69 | 0.54 |
| Hex | DA | 39 | AD | 0 | 4A | 15 | F | 13D | 45 | 36 |
| Octal | 332 | 71 | 255 | 0 | 112 | 25 | 17 | 475 | 105 | 66 |
| Binary | 11011010 | 111001 | 10101101 | 0 | 1001010 | 10101 | 1111 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DA39AD
Complementary color
Monochromatic Colors of #DA39AD
Black with #DA39AD
Text Example
Text Example
White with #DA39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA39AD; }
p { color: rgb(218,57,173); }
H1.HeaderClassName
{
color: #DA39AD;
}
.AnyTagClassName
{
color: #DA39AD;
}
</style>
background-color css
<style>
a { background-color: #DA39AD; }
a { background-color: rgb(218,57,173); }
div.DivClassName
{
background-color: #DA39AD;
}
.BgClassName
{
background-color: #DA39AD;
}
</style>
border-color css
<style>
span { border-color: #DA39AD; }
span { border-color: rgb(218,57,173); }
td.TdClassName
{
border-color: #DA39AD;
}
.TagClassName
{
border-color: #DA39AD;
}
</style>