Shades of Deep Cerise #DA2583
Tints of Deep Cerise #DA2583
RGB
CMYK
RGB Variations
Color information
#DA2583 (or 0xDA2583) is known color: Deep Cerise. HEX triplet: DA, 25 and 83. RGB value is (218,37,131). Sum of RGB (Red+Green+Blue) = 218+37+131=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2583 is #25DA7C. Grayscale: #656565. Windows color (decimal): -2480765 or 8594906. OLE color: 8594906.
HSL color Cylindrical-coordinate representation of color #DA2583: hue angle of 328.84º 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 #DA2583 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 131 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.15 |
| HSL | 328.84º | 0.71% | 0.5% | - |
| HSV(B) | 328.84º | 0.83% | 0.85% | - |
| XYZ | 33.67 | 17.87 | 23.15 | - |
| YUV | 101.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 131 | 0 | 0.83 | 0.40 | 0.15 | 328.84 | 0.71 | 0.5 |
| Hex | DA | 25 | 83 | 0 | 53 | 28 | F | 149 | 47 | 32 |
| Octal | 332 | 45 | 203 | 0 | 123 | 50 | 17 | 511 | 107 | 62 |
| Binary | 11011010 | 100101 | 10000011 | 0 | 1010011 | 101000 | 1111 | 101001001 | 1000111 | 110010 |
Color Harmonies of #DA2583
Complementary color
Monochromatic Colors of #DA2583
Black with #DA2583
Text Example
Text Example
White with #DA2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2583; }
p { color: rgb(218,37,131); }
H1.HeaderClassName
{
color: #DA2583;
}
.AnyTagClassName
{
color: #DA2583;
}
</style>
background-color css
<style>
a { background-color: #DA2583; }
a { background-color: rgb(218,37,131); }
div.DivClassName
{
background-color: #DA2583;
}
.BgClassName
{
background-color: #DA2583;
}
</style>
border-color css
<style>
span { border-color: #DA2583; }
span { border-color: rgb(218,37,131); }
td.TdClassName
{
border-color: #DA2583;
}
.TagClassName
{
border-color: #DA2583;
}
</style>