Shades of Deep Cerise #DA28A2
Tints of Deep Cerise #DA28A2
RGB
CMYK
RGB Variations
Color information
#DA28A2 (or 0xDA28A2) is known color: Deep Cerise. HEX triplet: DA, 28 and A2. RGB value is (218,40,162). Sum of RGB (Red+Green+Blue) = 218+40+162=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28A2 is #25D75D. Grayscale: #6A6A6A. Windows color (decimal): -2479966 or 10627290. OLE color: 10627290.
HSL color Cylindrical-coordinate representation of color #DA28A2: hue angle of 318.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28A2 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 162 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.15 |
| HSL | 318.88º | 0.71% | 0.51% | - |
| HSV(B) | 318.88º | 0.82% | 0.85% | - |
| XYZ | 36.19 | 19.03 | 35.95 | - |
| YUV | 107.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 162 | 0 | 0.82 | 0.26 | 0.15 | 318.88 | 0.71 | 0.51 |
| Hex | DA | 28 | A2 | 0 | 52 | 1A | F | 13F | 47 | 33 |
| Octal | 332 | 50 | 242 | 0 | 122 | 32 | 17 | 477 | 107 | 63 |
| Binary | 11011010 | 101000 | 10100010 | 0 | 1010010 | 11010 | 1111 | 100111111 | 1000111 | 110011 |
Color Harmonies of #DA28A2
Complementary color
Monochromatic Colors of #DA28A2
Black with #DA28A2
Text Example
Text Example
White with #DA28A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28A2; }
p { color: rgb(218,40,162); }
H1.HeaderClassName
{
color: #DA28A2;
}
.AnyTagClassName
{
color: #DA28A2;
}
</style>
background-color css
<style>
a { background-color: #DA28A2; }
a { background-color: rgb(218,40,162); }
div.DivClassName
{
background-color: #DA28A2;
}
.BgClassName
{
background-color: #DA28A2;
}
</style>
border-color css
<style>
span { border-color: #DA28A2; }
span { border-color: rgb(218,40,162); }
td.TdClassName
{
border-color: #DA28A2;
}
.TagClassName
{
border-color: #DA28A2;
}
</style>