Shades of Deep Cerise #DA4189
Tints of Deep Cerise #DA4189
RGB
CMYK
RGB Variations
Color information
#DA4189 (or 0xDA4189) is known color: Deep Cerise. HEX triplet: DA, 41 and 89. RGB value is (218,65,137). Sum of RGB (Red+Green+Blue) = 218+65+137=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4189 is #25BE76. Grayscale: #767676. Windows color (decimal): -2473591 or 8995290. OLE color: 8995290.
HSL color Cylindrical-coordinate representation of color #DA4189: hue angle of 331.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4189 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 137 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.15 |
| HSL | 331.76º | 0.67% | 0.55% | - |
| HSV(B) | 331.76º | 0.7% | 0.85% | - |
| XYZ | 35.32 | 20.49 | 25.76 | - |
| YUV | 118.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 137 | 0 | 0.70 | 0.37 | 0.15 | 331.76 | 0.67 | 0.55 |
| Hex | DA | 41 | 89 | 0 | 46 | 25 | F | 14C | 43 | 37 |
| Octal | 332 | 101 | 211 | 0 | 106 | 45 | 17 | 514 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10001001 | 0 | 1000110 | 100101 | 1111 | 101001100 | 1000011 | 110111 |
Color Harmonies of #DA4189
Complementary color
Monochromatic Colors of #DA4189
Black with #DA4189
Text Example
Text Example
White with #DA4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4189; }
p { color: rgb(218,65,137); }
H1.HeaderClassName
{
color: #DA4189;
}
.AnyTagClassName
{
color: #DA4189;
}
</style>
background-color css
<style>
a { background-color: #DA4189; }
a { background-color: rgb(218,65,137); }
div.DivClassName
{
background-color: #DA4189;
}
.BgClassName
{
background-color: #DA4189;
}
</style>
border-color css
<style>
span { border-color: #DA4189; }
span { border-color: rgb(218,65,137); }
td.TdClassName
{
border-color: #DA4189;
}
.TagClassName
{
border-color: #DA4189;
}
</style>