Shades of Deep Cerise #DA4689
Tints of Deep Cerise #DA4689
RGB
CMYK
RGB Variations
Color information
#DA4689 (or 0xDA4689) is known color: Deep Cerise. HEX triplet: DA, 46 and 89. RGB value is (218,70,137). Sum of RGB (Red+Green+Blue) = 218+70+137=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4689 is #25B976. Grayscale: #797979. Windows color (decimal): -2472311 or 8996570. OLE color: 8996570.
HSL color Cylindrical-coordinate representation of color #DA4689: hue angle of 332.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4689 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 137 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.15 |
| HSL | 332.84º | 0.67% | 0.56% | - |
| HSV(B) | 332.84º | 0.68% | 0.85% | - |
| XYZ | 35.62 | 21.09 | 25.86 | - |
| YUV | 121.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 137 | 0 | 0.68 | 0.37 | 0.15 | 332.84 | 0.67 | 0.56 |
| Hex | DA | 46 | 89 | 0 | 44 | 25 | F | 14D | 43 | 38 |
| Octal | 332 | 106 | 211 | 0 | 104 | 45 | 17 | 515 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10001001 | 0 | 1000100 | 100101 | 1111 | 101001101 | 1000011 | 111000 |
Color Harmonies of #DA4689
Complementary color
Monochromatic Colors of #DA4689
Black with #DA4689
Text Example
Text Example
White with #DA4689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4689; }
p { color: rgb(218,70,137); }
H1.HeaderClassName
{
color: #DA4689;
}
.AnyTagClassName
{
color: #DA4689;
}
</style>
background-color css
<style>
a { background-color: #DA4689; }
a { background-color: rgb(218,70,137); }
div.DivClassName
{
background-color: #DA4689;
}
.BgClassName
{
background-color: #DA4689;
}
</style>
border-color css
<style>
span { border-color: #DA4689; }
span { border-color: rgb(218,70,137); }
td.TdClassName
{
border-color: #DA4689;
}
.TagClassName
{
border-color: #DA4689;
}
</style>