Shades of Deep Cerise #DA2A82
Tints of Deep Cerise #DA2A82
RGB
CMYK
RGB Variations
Color information
#DA2A82 (or 0xDA2A82) is known color: Deep Cerise. HEX triplet: DA, 2A and 82. RGB value is (218,42,130). Sum of RGB (Red+Green+Blue) = 218+42+130=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A82 is #25D57D. Grayscale: #686868. Windows color (decimal): -2479486 or 8530650. OLE color: 8530650.
HSL color Cylindrical-coordinate representation of color #DA2A82: hue angle of 330º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A82 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 130 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.15 |
| HSL | 330º | 0.7% | 0.51% | - |
| HSV(B) | 330º | 0.81% | 0.85% | - |
| XYZ | 33.77 | 18.17 | 22.85 | - |
| YUV | 104.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 130 | 0 | 0.81 | 0.40 | 0.15 | 330 | 0.7 | 0.51 |
| Hex | DA | 2A | 82 | 0 | 51 | 28 | F | 14A | 46 | 33 |
| Octal | 332 | 52 | 202 | 0 | 121 | 50 | 17 | 512 | 106 | 63 |
| Binary | 11011010 | 101010 | 10000010 | 0 | 1010001 | 101000 | 1111 | 101001010 | 1000110 | 110011 |
Color Harmonies of #DA2A82
Complementary color
Monochromatic Colors of #DA2A82
Black with #DA2A82
Text Example
Text Example
White with #DA2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A82; }
p { color: rgb(218,42,130); }
H1.HeaderClassName
{
color: #DA2A82;
}
.AnyTagClassName
{
color: #DA2A82;
}
</style>
background-color css
<style>
a { background-color: #DA2A82; }
a { background-color: rgb(218,42,130); }
div.DivClassName
{
background-color: #DA2A82;
}
.BgClassName
{
background-color: #DA2A82;
}
</style>
border-color css
<style>
span { border-color: #DA2A82; }
span { border-color: rgb(218,42,130); }
td.TdClassName
{
border-color: #DA2A82;
}
.TagClassName
{
border-color: #DA2A82;
}
</style>