Shades of Deep Cerise #DA288B
Tints of Deep Cerise #DA288B
RGB
CMYK
RGB Variations
Color information
#DA288B (or 0xDA288B) is known color: Deep Cerise. HEX triplet: DA, 28 and 8B. RGB value is (218,40,139). Sum of RGB (Red+Green+Blue) = 218+40+139=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA288B is #25D774. Grayscale: #686868. Windows color (decimal): -2479989 or 9119962. OLE color: 9119962.
HSL color Cylindrical-coordinate representation of color #DA288B: hue angle of 326.63º 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 #DA288B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 139 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.15 |
| HSL | 326.63º | 0.71% | 0.51% | - |
| HSV(B) | 326.63º | 0.82% | 0.85% | - |
| XYZ | 34.33 | 18.29 | 26.15 | - |
| YUV | 104.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 139 | 0 | 0.82 | 0.36 | 0.15 | 326.63 | 0.71 | 0.51 |
| Hex | DA | 28 | 8B | 0 | 52 | 24 | F | 147 | 47 | 33 |
| Octal | 332 | 50 | 213 | 0 | 122 | 44 | 17 | 507 | 107 | 63 |
| Binary | 11011010 | 101000 | 10001011 | 0 | 1010010 | 100100 | 1111 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DA288B
Complementary color
Monochromatic Colors of #DA288B
Black with #DA288B
Text Example
Text Example
White with #DA288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA288B; }
p { color: rgb(218,40,139); }
H1.HeaderClassName
{
color: #DA288B;
}
.AnyTagClassName
{
color: #DA288B;
}
</style>
background-color css
<style>
a { background-color: #DA288B; }
a { background-color: rgb(218,40,139); }
div.DivClassName
{
background-color: #DA288B;
}
.BgClassName
{
background-color: #DA288B;
}
</style>
border-color css
<style>
span { border-color: #DA288B; }
span { border-color: rgb(218,40,139); }
td.TdClassName
{
border-color: #DA288B;
}
.TagClassName
{
border-color: #DA288B;
}
</style>