Shades of Deep Cerise #DA3499
Tints of Deep Cerise #DA3499
RGB
CMYK
RGB Variations
Color information
#DA3499 (or 0xDA3499) is known color: Deep Cerise. HEX triplet: DA, 34 and 99. RGB value is (218,52,153). Sum of RGB (Red+Green+Blue) = 218+52+153=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3499 is #25CB66. Grayscale: #707070. Windows color (decimal): -2476903 or 10040538. OLE color: 10040538.
HSL color Cylindrical-coordinate representation of color #DA3499: hue angle of 323.49º 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 #DA3499 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 153 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.15 |
| HSL | 323.49º | 0.69% | 0.53% | - |
| HSV(B) | 323.49º | 0.76% | 0.85% | - |
| XYZ | 35.89 | 19.66 | 32.04 | - |
| YUV | 113.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 153 | 0 | 0.76 | 0.30 | 0.15 | 323.49 | 0.69 | 0.53 |
| Hex | DA | 34 | 99 | 0 | 4C | 1E | F | 143 | 45 | 35 |
| Octal | 332 | 64 | 231 | 0 | 114 | 36 | 17 | 503 | 105 | 65 |
| Binary | 11011010 | 110100 | 10011001 | 0 | 1001100 | 11110 | 1111 | 101000011 | 1000101 | 110101 |
Color Harmonies of #DA3499
Complementary color
Monochromatic Colors of #DA3499
Black with #DA3499
Text Example
Text Example
White with #DA3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3499; }
p { color: rgb(218,52,153); }
H1.HeaderClassName
{
color: #DA3499;
}
.AnyTagClassName
{
color: #DA3499;
}
</style>
background-color css
<style>
a { background-color: #DA3499; }
a { background-color: rgb(218,52,153); }
div.DivClassName
{
background-color: #DA3499;
}
.BgClassName
{
background-color: #DA3499;
}
</style>
border-color css
<style>
span { border-color: #DA3499; }
span { border-color: rgb(218,52,153); }
td.TdClassName
{
border-color: #DA3499;
}
.TagClassName
{
border-color: #DA3499;
}
</style>