Shades of Deep Cerise #DA288D
Tints of Deep Cerise #DA288D
RGB
CMYK
RGB Variations
Color information
#DA288D (or 0xDA288D) is known color: Deep Cerise. HEX triplet: DA, 28 and 8D. RGB value is (218,40,141). Sum of RGB (Red+Green+Blue) = 218+40+141=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA288D is #25D772. Grayscale: #686868. Windows color (decimal): -2479987 or 9251034. OLE color: 9251034.
HSL color Cylindrical-coordinate representation of color #DA288D: hue angle of 325.96º 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 #DA288D is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 141 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.15 |
| HSL | 325.96º | 0.71% | 0.51% | - |
| HSV(B) | 325.96º | 0.82% | 0.85% | - |
| XYZ | 34.48 | 18.35 | 26.92 | - |
| YUV | 104.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 141 | 0 | 0.82 | 0.35 | 0.15 | 325.96 | 0.71 | 0.51 |
| Hex | DA | 28 | 8D | 0 | 52 | 23 | F | 146 | 47 | 33 |
| Octal | 332 | 50 | 215 | 0 | 122 | 43 | 17 | 506 | 107 | 63 |
| Binary | 11011010 | 101000 | 10001101 | 0 | 1010010 | 100011 | 1111 | 101000110 | 1000111 | 110011 |
Color Harmonies of #DA288D
Complementary color
Monochromatic Colors of #DA288D
Black with #DA288D
Text Example
Text Example
White with #DA288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA288D; }
p { color: rgb(218,40,141); }
H1.HeaderClassName
{
color: #DA288D;
}
.AnyTagClassName
{
color: #DA288D;
}
</style>
background-color css
<style>
a { background-color: #DA288D; }
a { background-color: rgb(218,40,141); }
div.DivClassName
{
background-color: #DA288D;
}
.BgClassName
{
background-color: #DA288D;
}
</style>
border-color css
<style>
span { border-color: #DA288D; }
span { border-color: rgb(218,40,141); }
td.TdClassName
{
border-color: #DA288D;
}
.TagClassName
{
border-color: #DA288D;
}
</style>