Shades of Deep Cerise #DA2DA2
Tints of Deep Cerise #DA2DA2
RGB
CMYK
RGB Variations
Color information
#DA2DA2 (or 0xDA2DA2) is known color: Deep Cerise. HEX triplet: DA, 2D and A2. RGB value is (218,45,162). Sum of RGB (Red+Green+Blue) = 218+45+162=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DA2 is #25D25D. Grayscale: #6D6D6D. Windows color (decimal): -2478686 or 10628570. OLE color: 10628570.
HSL color Cylindrical-coordinate representation of color #DA2DA2: hue angle of 319.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DA2 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 162 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.15 |
| HSL | 319.42º | 0.7% | 0.52% | - |
| HSV(B) | 319.42º | 0.79% | 0.85% | - |
| XYZ | 36.37 | 19.39 | 36.01 | - |
| YUV | 110.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 162 | 0 | 0.79 | 0.26 | 0.15 | 319.42 | 0.7 | 0.52 |
| Hex | DA | 2D | A2 | 0 | 4F | 1A | F | 13F | 46 | 34 |
| Octal | 332 | 55 | 242 | 0 | 117 | 32 | 17 | 477 | 106 | 64 |
| Binary | 11011010 | 101101 | 10100010 | 0 | 1001111 | 11010 | 1111 | 100111111 | 1000110 | 110100 |
Color Harmonies of #DA2DA2
Complementary color
Monochromatic Colors of #DA2DA2
Black with #DA2DA2
Text Example
Text Example
White with #DA2DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DA2; }
p { color: rgb(218,45,162); }
H1.HeaderClassName
{
color: #DA2DA2;
}
.AnyTagClassName
{
color: #DA2DA2;
}
</style>
background-color css
<style>
a { background-color: #DA2DA2; }
a { background-color: rgb(218,45,162); }
div.DivClassName
{
background-color: #DA2DA2;
}
.BgClassName
{
background-color: #DA2DA2;
}
</style>
border-color css
<style>
span { border-color: #DA2DA2; }
span { border-color: rgb(218,45,162); }
td.TdClassName
{
border-color: #DA2DA2;
}
.TagClassName
{
border-color: #DA2DA2;
}
</style>