Shades of Deep Cerise #DA2792
Tints of Deep Cerise #DA2792
RGB
CMYK
RGB Variations
Color information
#DA2792 (or 0xDA2792) is known color: Deep Cerise. HEX triplet: DA, 27 and 92. RGB value is (218,39,146). Sum of RGB (Red+Green+Blue) = 218+39+146=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2792 is #25D86D. Grayscale: #686868. Windows color (decimal): -2480238 or 9578458. OLE color: 9578458.
HSL color Cylindrical-coordinate representation of color #DA2792: hue angle of 324.13º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2792 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 146 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.15 |
| HSL | 324.13º | 0.71% | 0.5% | - |
| HSV(B) | 324.13º | 0.82% | 0.85% | - |
| XYZ | 34.83 | 18.43 | 28.92 | - |
| YUV | 104.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 146 | 0 | 0.82 | 0.33 | 0.15 | 324.13 | 0.71 | 0.5 |
| Hex | DA | 27 | 92 | 0 | 52 | 21 | F | 144 | 47 | 32 |
| Octal | 332 | 47 | 222 | 0 | 122 | 41 | 17 | 504 | 107 | 62 |
| Binary | 11011010 | 100111 | 10010010 | 0 | 1010010 | 100001 | 1111 | 101000100 | 1000111 | 110010 |
Color Harmonies of #DA2792
Complementary color
Monochromatic Colors of #DA2792
Black with #DA2792
Text Example
Text Example
White with #DA2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2792; }
p { color: rgb(218,39,146); }
H1.HeaderClassName
{
color: #DA2792;
}
.AnyTagClassName
{
color: #DA2792;
}
</style>
background-color css
<style>
a { background-color: #DA2792; }
a { background-color: rgb(218,39,146); }
div.DivClassName
{
background-color: #DA2792;
}
.BgClassName
{
background-color: #DA2792;
}
</style>
border-color css
<style>
span { border-color: #DA2792; }
span { border-color: rgb(218,39,146); }
td.TdClassName
{
border-color: #DA2792;
}
.TagClassName
{
border-color: #DA2792;
}
</style>