Shades of Deep Cerise #DA2595
Tints of Deep Cerise #DA2595
RGB
CMYK
RGB Variations
Color information
#DA2595 (or 0xDA2595) is known color: Deep Cerise. HEX triplet: DA, 25 and 95. RGB value is (218,37,149). Sum of RGB (Red+Green+Blue) = 218+37+149=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2595 is #25DA6A. Grayscale: #676767. Windows color (decimal): -2480747 or 9774554. OLE color: 9774554.
HSL color Cylindrical-coordinate representation of color #DA2595: hue angle of 322.87º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2595 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 149 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.15 |
| HSL | 322.87º | 0.71% | 0.5% | - |
| HSV(B) | 322.87º | 0.83% | 0.85% | - |
| XYZ | 35 | 18.4 | 30.14 | - |
| YUV | 103.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 149 | 0 | 0.83 | 0.32 | 0.15 | 322.87 | 0.71 | 0.5 |
| Hex | DA | 25 | 95 | 0 | 53 | 20 | F | 143 | 47 | 32 |
| Octal | 332 | 45 | 225 | 0 | 123 | 40 | 17 | 503 | 107 | 62 |
| Binary | 11011010 | 100101 | 10010101 | 0 | 1010011 | 100000 | 1111 | 101000011 | 1000111 | 110010 |
Color Harmonies of #DA2595
Complementary color
Monochromatic Colors of #DA2595
Black with #DA2595
Text Example
Text Example
White with #DA2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2595; }
p { color: rgb(218,37,149); }
H1.HeaderClassName
{
color: #DA2595;
}
.AnyTagClassName
{
color: #DA2595;
}
</style>
background-color css
<style>
a { background-color: #DA2595; }
a { background-color: rgb(218,37,149); }
div.DivClassName
{
background-color: #DA2595;
}
.BgClassName
{
background-color: #DA2595;
}
</style>
border-color css
<style>
span { border-color: #DA2595; }
span { border-color: rgb(218,37,149); }
td.TdClassName
{
border-color: #DA2595;
}
.TagClassName
{
border-color: #DA2595;
}
</style>