Shades of Deep Cerise #DA288F
Tints of Deep Cerise #DA288F
RGB
CMYK
RGB Variations
Color information
#DA288F (or 0xDA288F) is known color: Deep Cerise. HEX triplet: DA, 28 and 8F. RGB value is (218,40,143). Sum of RGB (Red+Green+Blue) = 218+40+143=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA288F is #25D770. Grayscale: #686868. Windows color (decimal): -2479985 or 9382106. OLE color: 9382106.
HSL color Cylindrical-coordinate representation of color #DA288F: hue angle of 325.28º 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 #DA288F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 143 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.15 |
| HSL | 325.28º | 0.71% | 0.51% | - |
| HSV(B) | 325.28º | 0.82% | 0.85% | - |
| XYZ | 34.63 | 18.41 | 27.71 | - |
| YUV | 104.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 143 | 0 | 0.82 | 0.34 | 0.15 | 325.28 | 0.71 | 0.51 |
| Hex | DA | 28 | 8F | 0 | 52 | 22 | F | 145 | 47 | 33 |
| Octal | 332 | 50 | 217 | 0 | 122 | 42 | 17 | 505 | 107 | 63 |
| Binary | 11011010 | 101000 | 10001111 | 0 | 1010010 | 100010 | 1111 | 101000101 | 1000111 | 110011 |
Color Harmonies of #DA288F
Complementary color
Monochromatic Colors of #DA288F
Black with #DA288F
Text Example
Text Example
White with #DA288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA288F; }
p { color: rgb(218,40,143); }
H1.HeaderClassName
{
color: #DA288F;
}
.AnyTagClassName
{
color: #DA288F;
}
</style>
background-color css
<style>
a { background-color: #DA288F; }
a { background-color: rgb(218,40,143); }
div.DivClassName
{
background-color: #DA288F;
}
.BgClassName
{
background-color: #DA288F;
}
</style>
border-color css
<style>
span { border-color: #DA288F; }
span { border-color: rgb(218,40,143); }
td.TdClassName
{
border-color: #DA288F;
}
.TagClassName
{
border-color: #DA288F;
}
</style>