Shades of Deep Cerise #DA38AD
Tints of Deep Cerise #DA38AD
RGB
CMYK
RGB Variations
Color information
#DA38AD (or 0xDA38AD) is known color: Deep Cerise. HEX triplet: DA, 38 and AD. RGB value is (218,56,173). Sum of RGB (Red+Green+Blue) = 218+56+173=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38AD is #25C752. Grayscale: #757575. Windows color (decimal): -2475859 or 11352282. OLE color: 11352282.
HSL color Cylindrical-coordinate representation of color #DA38AD: hue angle of 316.67º 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 #DA38AD is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 173 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.15 |
| HSL | 316.67º | 0.69% | 0.54% | - |
| HSV(B) | 316.67º | 0.74% | 0.85% | - |
| XYZ | 37.87 | 20.75 | 41.54 | - |
| YUV | 117.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 173 | 0 | 0.74 | 0.21 | 0.15 | 316.67 | 0.69 | 0.54 |
| Hex | DA | 38 | AD | 0 | 4A | 15 | F | 13D | 45 | 36 |
| Octal | 332 | 70 | 255 | 0 | 112 | 25 | 17 | 475 | 105 | 66 |
| Binary | 11011010 | 111000 | 10101101 | 0 | 1001010 | 10101 | 1111 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DA38AD
Complementary color
Monochromatic Colors of #DA38AD
Black with #DA38AD
Text Example
Text Example
White with #DA38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA38AD; }
p { color: rgb(218,56,173); }
H1.HeaderClassName
{
color: #DA38AD;
}
.AnyTagClassName
{
color: #DA38AD;
}
</style>
background-color css
<style>
a { background-color: #DA38AD; }
a { background-color: rgb(218,56,173); }
div.DivClassName
{
background-color: #DA38AD;
}
.BgClassName
{
background-color: #DA38AD;
}
</style>
border-color css
<style>
span { border-color: #DA38AD; }
span { border-color: rgb(218,56,173); }
td.TdClassName
{
border-color: #DA38AD;
}
.TagClassName
{
border-color: #DA38AD;
}
</style>