Shades of Deep Cerise #DA289B
Tints of Deep Cerise #DA289B
RGB
CMYK
RGB Variations
Color information
#DA289B (or 0xDA289B) is known color: Deep Cerise. HEX triplet: DA, 28 and 9B. RGB value is (218,40,155). Sum of RGB (Red+Green+Blue) = 218+40+155=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA289B is #25D764. Grayscale: #6A6A6A. Windows color (decimal): -2479973 or 10168538. OLE color: 10168538.
HSL color Cylindrical-coordinate representation of color #DA289B: hue angle of 321.24º 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 #DA289B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 155 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.15 |
| HSL | 321.24º | 0.71% | 0.51% | - |
| HSV(B) | 321.24º | 0.82% | 0.85% | - |
| XYZ | 35.59 | 18.79 | 32.76 | - |
| YUV | 106.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 155 | 0 | 0.82 | 0.29 | 0.15 | 321.24 | 0.71 | 0.51 |
| Hex | DA | 28 | 9B | 0 | 52 | 1D | F | 141 | 47 | 33 |
| Octal | 332 | 50 | 233 | 0 | 122 | 35 | 17 | 501 | 107 | 63 |
| Binary | 11011010 | 101000 | 10011011 | 0 | 1010010 | 11101 | 1111 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DA289B
Complementary color
Monochromatic Colors of #DA289B
Black with #DA289B
Text Example
Text Example
White with #DA289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA289B; }
p { color: rgb(218,40,155); }
H1.HeaderClassName
{
color: #DA289B;
}
.AnyTagClassName
{
color: #DA289B;
}
</style>
background-color css
<style>
a { background-color: #DA289B; }
a { background-color: rgb(218,40,155); }
div.DivClassName
{
background-color: #DA289B;
}
.BgClassName
{
background-color: #DA289B;
}
</style>
border-color css
<style>
span { border-color: #DA289B; }
span { border-color: rgb(218,40,155); }
td.TdClassName
{
border-color: #DA289B;
}
.TagClassName
{
border-color: #DA289B;
}
</style>