Shades of Deep Cerise #DA288A
Tints of Deep Cerise #DA288A
RGB
CMYK
RGB Variations
Color information
#DA288A (or 0xDA288A) is known color: Deep Cerise. HEX triplet: DA, 28 and 8A. RGB value is (218,40,138). Sum of RGB (Red+Green+Blue) = 218+40+138=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA288A is #25D775. Grayscale: #686868. Windows color (decimal): -2479990 or 9054426. OLE color: 9054426.
HSL color Cylindrical-coordinate representation of color #DA288A: hue angle of 326.97º 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 #DA288A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 138 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.15 |
| HSL | 326.97º | 0.71% | 0.51% | - |
| HSV(B) | 326.97º | 0.82% | 0.85% | - |
| XYZ | 34.26 | 18.26 | 25.76 | - |
| YUV | 104.39 | 146.97 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 138 | 0 | 0.82 | 0.37 | 0.15 | 326.97 | 0.71 | 0.51 |
| Hex | DA | 28 | 8A | 0 | 52 | 25 | F | 147 | 47 | 33 |
| Octal | 332 | 50 | 212 | 0 | 122 | 45 | 17 | 507 | 107 | 63 |
| Binary | 11011010 | 101000 | 10001010 | 0 | 1010010 | 100101 | 1111 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DA288A
Complementary color
Monochromatic Colors of #DA288A
Black with #DA288A
Text Example
Text Example
White with #DA288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA288A; }
p { color: rgb(218,40,138); }
H1.HeaderClassName
{
color: #DA288A;
}
.AnyTagClassName
{
color: #DA288A;
}
</style>
background-color css
<style>
a { background-color: #DA288A; }
a { background-color: rgb(218,40,138); }
div.DivClassName
{
background-color: #DA288A;
}
.BgClassName
{
background-color: #DA288A;
}
</style>
border-color css
<style>
span { border-color: #DA288A; }
span { border-color: rgb(218,40,138); }
td.TdClassName
{
border-color: #DA288A;
}
.TagClassName
{
border-color: #DA288A;
}
</style>