Shades of Deep Cerise #DA3585
Tints of Deep Cerise #DA3585
RGB
CMYK
RGB Variations
Color information
#DA3585 (or 0xDA3585) is known color: Deep Cerise. HEX triplet: DA, 35 and 85. RGB value is (218,53,133). Sum of RGB (Red+Green+Blue) = 218+53+133=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3585 is #25CA7A. Grayscale: #6F6F6F. Windows color (decimal): -2476667 or 8730074. OLE color: 8730074.
HSL color Cylindrical-coordinate representation of color #DA3585: hue angle of 330.91º 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 #DA3585 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 133 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.15 |
| HSL | 330.91º | 0.69% | 0.53% | - |
| HSV(B) | 330.91º | 0.76% | 0.85% | - |
| XYZ | 34.42 | 19.15 | 24.07 | - |
| YUV | 111.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 133 | 0 | 0.76 | 0.39 | 0.15 | 330.91 | 0.69 | 0.53 |
| Hex | DA | 35 | 85 | 0 | 4C | 27 | F | 14B | 45 | 35 |
| Octal | 332 | 65 | 205 | 0 | 114 | 47 | 17 | 513 | 105 | 65 |
| Binary | 11011010 | 110101 | 10000101 | 0 | 1001100 | 100111 | 1111 | 101001011 | 1000101 | 110101 |
Color Harmonies of #DA3585
Complementary color
Monochromatic Colors of #DA3585
Black with #DA3585
Text Example
Text Example
White with #DA3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3585; }
p { color: rgb(218,53,133); }
H1.HeaderClassName
{
color: #DA3585;
}
.AnyTagClassName
{
color: #DA3585;
}
</style>
background-color css
<style>
a { background-color: #DA3585; }
a { background-color: rgb(218,53,133); }
div.DivClassName
{
background-color: #DA3585;
}
.BgClassName
{
background-color: #DA3585;
}
</style>
border-color css
<style>
span { border-color: #DA3585; }
span { border-color: rgb(218,53,133); }
td.TdClassName
{
border-color: #DA3585;
}
.TagClassName
{
border-color: #DA3585;
}
</style>