Shades of Deep Cerise #DA3495
Tints of Deep Cerise #DA3495
RGB
CMYK
RGB Variations
Color information
#DA3495 (or 0xDA3495) is known color: Deep Cerise. HEX triplet: DA, 34 and 95. RGB value is (218,52,149). Sum of RGB (Red+Green+Blue) = 218+52+149=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3495 is #25CB6A. Grayscale: #707070. Windows color (decimal): -2476907 or 9778394. OLE color: 9778394.
HSL color Cylindrical-coordinate representation of color #DA3495: hue angle of 324.94º 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 #DA3495 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 149 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.15 |
| HSL | 324.94º | 0.69% | 0.53% | - |
| HSV(B) | 324.94º | 0.76% | 0.85% | - |
| XYZ | 35.57 | 19.53 | 30.33 | - |
| YUV | 112.69 | 148.5 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 149 | 0 | 0.76 | 0.32 | 0.15 | 324.94 | 0.69 | 0.53 |
| Hex | DA | 34 | 95 | 0 | 4C | 20 | F | 145 | 45 | 35 |
| Octal | 332 | 64 | 225 | 0 | 114 | 40 | 17 | 505 | 105 | 65 |
| Binary | 11011010 | 110100 | 10010101 | 0 | 1001100 | 100000 | 1111 | 101000101 | 1000101 | 110101 |
Color Harmonies of #DA3495
Complementary color
Monochromatic Colors of #DA3495
Black with #DA3495
Text Example
Text Example
White with #DA3495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3495; }
p { color: rgb(218,52,149); }
H1.HeaderClassName
{
color: #DA3495;
}
.AnyTagClassName
{
color: #DA3495;
}
</style>
background-color css
<style>
a { background-color: #DA3495; }
a { background-color: rgb(218,52,149); }
div.DivClassName
{
background-color: #DA3495;
}
.BgClassName
{
background-color: #DA3495;
}
</style>
border-color css
<style>
span { border-color: #DA3495; }
span { border-color: rgb(218,52,149); }
td.TdClassName
{
border-color: #DA3495;
}
.TagClassName
{
border-color: #DA3495;
}
</style>