Shades of Deep Cerise #DA35A1
Tints of Deep Cerise #DA35A1
RGB
CMYK
RGB Variations
Color information
#DA35A1 (or 0xDA35A1) is known color: Deep Cerise. HEX triplet: DA, 35 and A1. RGB value is (218,53,161). Sum of RGB (Red+Green+Blue) = 218+53+161=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA35A1 is #25CA5E. Grayscale: #727272. Windows color (decimal): -2476639 or 10565082. OLE color: 10565082.
HSL color Cylindrical-coordinate representation of color #DA35A1: hue angle of 320.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA35A1 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 161 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.15 |
| HSL | 320.73º | 0.69% | 0.53% | - |
| HSV(B) | 320.73º | 0.76% | 0.85% | - |
| XYZ | 36.62 | 20.02 | 35.65 | - |
| YUV | 114.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 161 | 0 | 0.76 | 0.26 | 0.15 | 320.73 | 0.69 | 0.53 |
| Hex | DA | 35 | A1 | 0 | 4C | 1A | F | 141 | 45 | 35 |
| Octal | 332 | 65 | 241 | 0 | 114 | 32 | 17 | 501 | 105 | 65 |
| Binary | 11011010 | 110101 | 10100001 | 0 | 1001100 | 11010 | 1111 | 101000001 | 1000101 | 110101 |
Color Harmonies of #DA35A1
Complementary color
Monochromatic Colors of #DA35A1
Black with #DA35A1
Text Example
Text Example
White with #DA35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA35A1; }
p { color: rgb(218,53,161); }
H1.HeaderClassName
{
color: #DA35A1;
}
.AnyTagClassName
{
color: #DA35A1;
}
</style>
background-color css
<style>
a { background-color: #DA35A1; }
a { background-color: rgb(218,53,161); }
div.DivClassName
{
background-color: #DA35A1;
}
.BgClassName
{
background-color: #DA35A1;
}
</style>
border-color css
<style>
span { border-color: #DA35A1; }
span { border-color: rgb(218,53,161); }
td.TdClassName
{
border-color: #DA35A1;
}
.TagClassName
{
border-color: #DA35A1;
}
</style>