Shades of Deep Cerise #DA2592
Tints of Deep Cerise #DA2592
RGB
CMYK
RGB Variations
Color information
#DA2592 (or 0xDA2592) is known color: Deep Cerise. HEX triplet: DA, 25 and 92. RGB value is (218,37,146). Sum of RGB (Red+Green+Blue) = 218+37+146=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2592 is #25DA6D. Grayscale: #676767. Windows color (decimal): -2480750 or 9577946. OLE color: 9577946.
HSL color Cylindrical-coordinate representation of color #DA2592: hue angle of 323.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 #DA2592 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 146 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.15 |
| HSL | 323.87º | 0.71% | 0.5% | - |
| HSV(B) | 323.87º | 0.83% | 0.85% | - |
| XYZ | 34.76 | 18.3 | 28.89 | - |
| YUV | 103.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 146 | 0 | 0.83 | 0.33 | 0.15 | 323.87 | 0.71 | 0.5 |
| Hex | DA | 25 | 92 | 0 | 53 | 21 | F | 144 | 47 | 32 |
| Octal | 332 | 45 | 222 | 0 | 123 | 41 | 17 | 504 | 107 | 62 |
| Binary | 11011010 | 100101 | 10010010 | 0 | 1010011 | 100001 | 1111 | 101000100 | 1000111 | 110010 |
Color Harmonies of #DA2592
Complementary color
Monochromatic Colors of #DA2592
Black with #DA2592
Text Example
Text Example
White with #DA2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2592; }
p { color: rgb(218,37,146); }
H1.HeaderClassName
{
color: #DA2592;
}
.AnyTagClassName
{
color: #DA2592;
}
</style>
background-color css
<style>
a { background-color: #DA2592; }
a { background-color: rgb(218,37,146); }
div.DivClassName
{
background-color: #DA2592;
}
.BgClassName
{
background-color: #DA2592;
}
</style>
border-color css
<style>
span { border-color: #DA2592; }
span { border-color: rgb(218,37,146); }
td.TdClassName
{
border-color: #DA2592;
}
.TagClassName
{
border-color: #DA2592;
}
</style>