Shades of Deep Cerise #DA28A0
Tints of Deep Cerise #DA28A0
RGB
CMYK
RGB Variations
Color information
#DA28A0 (or 0xDA28A0) is known color: Deep Cerise. HEX triplet: DA, 28 and A0. RGB value is (218,40,160). Sum of RGB (Red+Green+Blue) = 218+40+160=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28A0 is #25D75F. Grayscale: #6A6A6A. Windows color (decimal): -2479968 or 10496218. OLE color: 10496218.
HSL color Cylindrical-coordinate representation of color #DA28A0: hue angle of 319.55º 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 #DA28A0 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 160 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.15 |
| HSL | 319.55º | 0.71% | 0.51% | - |
| HSV(B) | 319.55º | 0.82% | 0.85% | - |
| XYZ | 36.02 | 18.96 | 35.02 | - |
| YUV | 106.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 160 | 0 | 0.82 | 0.27 | 0.15 | 319.55 | 0.71 | 0.51 |
| Hex | DA | 28 | A0 | 0 | 52 | 1B | F | 140 | 47 | 33 |
| Octal | 332 | 50 | 240 | 0 | 122 | 33 | 17 | 500 | 107 | 63 |
| Binary | 11011010 | 101000 | 10100000 | 0 | 1010010 | 11011 | 1111 | 101000000 | 1000111 | 110011 |
Color Harmonies of #DA28A0
Complementary color
Monochromatic Colors of #DA28A0
Black with #DA28A0
Text Example
Text Example
White with #DA28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28A0; }
p { color: rgb(218,40,160); }
H1.HeaderClassName
{
color: #DA28A0;
}
.AnyTagClassName
{
color: #DA28A0;
}
</style>
background-color css
<style>
a { background-color: #DA28A0; }
a { background-color: rgb(218,40,160); }
div.DivClassName
{
background-color: #DA28A0;
}
.BgClassName
{
background-color: #DA28A0;
}
</style>
border-color css
<style>
span { border-color: #DA28A0; }
span { border-color: rgb(218,40,160); }
td.TdClassName
{
border-color: #DA28A0;
}
.TagClassName
{
border-color: #DA28A0;
}
</style>