Shades of Deep Cerise #DA2582
Tints of Deep Cerise #DA2582
RGB
CMYK
RGB Variations
Color information
#DA2582 (or 0xDA2582) is known color: Deep Cerise. HEX triplet: DA, 25 and 82. RGB value is (218,37,130). Sum of RGB (Red+Green+Blue) = 218+37+130=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2582 is #25DA7D. Grayscale: #656565. Windows color (decimal): -2480766 or 8529370. OLE color: 8529370.
HSL color Cylindrical-coordinate representation of color #DA2582: hue angle of 329.17º 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 #DA2582 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 130 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.15 |
| HSL | 329.17º | 0.71% | 0.5% | - |
| HSV(B) | 329.17º | 0.83% | 0.85% | - |
| XYZ | 33.6 | 17.84 | 22.79 | - |
| YUV | 101.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 130 | 0 | 0.83 | 0.40 | 0.15 | 329.17 | 0.71 | 0.5 |
| Hex | DA | 25 | 82 | 0 | 53 | 28 | F | 149 | 47 | 32 |
| Octal | 332 | 45 | 202 | 0 | 123 | 50 | 17 | 511 | 107 | 62 |
| Binary | 11011010 | 100101 | 10000010 | 0 | 1010011 | 101000 | 1111 | 101001001 | 1000111 | 110010 |
Color Harmonies of #DA2582
Complementary color
Monochromatic Colors of #DA2582
Black with #DA2582
Text Example
Text Example
White with #DA2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2582; }
p { color: rgb(218,37,130); }
H1.HeaderClassName
{
color: #DA2582;
}
.AnyTagClassName
{
color: #DA2582;
}
</style>
background-color css
<style>
a { background-color: #DA2582; }
a { background-color: rgb(218,37,130); }
div.DivClassName
{
background-color: #DA2582;
}
.BgClassName
{
background-color: #DA2582;
}
</style>
border-color css
<style>
span { border-color: #DA2582; }
span { border-color: rgb(218,37,130); }
td.TdClassName
{
border-color: #DA2582;
}
.TagClassName
{
border-color: #DA2582;
}
</style>