Shades of Deep Cerise #DA3995
Tints of Deep Cerise #DA3995
RGB
CMYK
RGB Variations
Color information
#DA3995 (or 0xDA3995) is known color: Deep Cerise. HEX triplet: DA, 39 and 95. RGB value is (218,57,149). Sum of RGB (Red+Green+Blue) = 218+57+149=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3995 is #25C66A. Grayscale: #737373. Windows color (decimal): -2475627 or 9779674. OLE color: 9779674.
HSL color Cylindrical-coordinate representation of color #DA3995: hue angle of 325.71º 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 #DA3995 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 149 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.15 |
| HSL | 325.71º | 0.69% | 0.54% | - |
| HSV(B) | 325.71º | 0.74% | 0.85% | - |
| XYZ | 35.8 | 20 | 30.41 | - |
| YUV | 115.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 149 | 0 | 0.74 | 0.32 | 0.15 | 325.71 | 0.69 | 0.54 |
| Hex | DA | 39 | 95 | 0 | 4A | 20 | F | 146 | 45 | 36 |
| Octal | 332 | 71 | 225 | 0 | 112 | 40 | 17 | 506 | 105 | 66 |
| Binary | 11011010 | 111001 | 10010101 | 0 | 1001010 | 100000 | 1111 | 101000110 | 1000101 | 110110 |
Color Harmonies of #DA3995
Complementary color
Monochromatic Colors of #DA3995
Black with #DA3995
Text Example
Text Example
White with #DA3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3995; }
p { color: rgb(218,57,149); }
H1.HeaderClassName
{
color: #DA3995;
}
.AnyTagClassName
{
color: #DA3995;
}
</style>
background-color css
<style>
a { background-color: #DA3995; }
a { background-color: rgb(218,57,149); }
div.DivClassName
{
background-color: #DA3995;
}
.BgClassName
{
background-color: #DA3995;
}
</style>
border-color css
<style>
span { border-color: #DA3995; }
span { border-color: rgb(218,57,149); }
td.TdClassName
{
border-color: #DA3995;
}
.TagClassName
{
border-color: #DA3995;
}
</style>