Shades of Deep Cerise #DA289D
Tints of Deep Cerise #DA289D
RGB
CMYK
RGB Variations
Color information
#DA289D (or 0xDA289D) is known color: Deep Cerise. HEX triplet: DA, 28 and 9D. RGB value is (218,40,157). Sum of RGB (Red+Green+Blue) = 218+40+157=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA289D is #25D762. Grayscale: #6A6A6A. Windows color (decimal): -2479971 or 10299610. OLE color: 10299610.
HSL color Cylindrical-coordinate representation of color #DA289D: hue angle of 320.56º 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 #DA289D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 157 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.15 |
| HSL | 320.56º | 0.71% | 0.51% | - |
| HSV(B) | 320.56º | 0.82% | 0.85% | - |
| XYZ | 35.76 | 18.86 | 33.65 | - |
| YUV | 106.56 | 156.47 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 157 | 0 | 0.82 | 0.28 | 0.15 | 320.56 | 0.71 | 0.51 |
| Hex | DA | 28 | 9D | 0 | 52 | 1C | F | 141 | 47 | 33 |
| Octal | 332 | 50 | 235 | 0 | 122 | 34 | 17 | 501 | 107 | 63 |
| Binary | 11011010 | 101000 | 10011101 | 0 | 1010010 | 11100 | 1111 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DA289D
Complementary color
Monochromatic Colors of #DA289D
Black with #DA289D
Text Example
Text Example
White with #DA289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA289D; }
p { color: rgb(218,40,157); }
H1.HeaderClassName
{
color: #DA289D;
}
.AnyTagClassName
{
color: #DA289D;
}
</style>
background-color css
<style>
a { background-color: #DA289D; }
a { background-color: rgb(218,40,157); }
div.DivClassName
{
background-color: #DA289D;
}
.BgClassName
{
background-color: #DA289D;
}
</style>
border-color css
<style>
span { border-color: #DA289D; }
span { border-color: rgb(218,40,157); }
td.TdClassName
{
border-color: #DA289D;
}
.TagClassName
{
border-color: #DA289D;
}
</style>