Shades of Deep Cerise #DA3089
Tints of Deep Cerise #DA3089
RGB
CMYK
RGB Variations
Color information
#DA3089 (or 0xDA3089) is known color: Deep Cerise. HEX triplet: DA, 30 and 89. RGB value is (218,48,137). Sum of RGB (Red+Green+Blue) = 218+48+137=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3089 is #25CF76. Grayscale: #6C6C6C. Windows color (decimal): -2477943 or 8990938. OLE color: 8990938.
HSL color Cylindrical-coordinate representation of color #DA3089: hue angle of 328.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3089 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 137 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.15 |
| HSL | 328.59º | 0.7% | 0.52% | - |
| HSV(B) | 328.59º | 0.78% | 0.85% | - |
| XYZ | 34.49 | 18.83 | 25.48 | - |
| YUV | 108.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 137 | 0 | 0.78 | 0.37 | 0.15 | 328.59 | 0.7 | 0.52 |
| Hex | DA | 30 | 89 | 0 | 4E | 25 | F | 149 | 46 | 34 |
| Octal | 332 | 60 | 211 | 0 | 116 | 45 | 17 | 511 | 106 | 64 |
| Binary | 11011010 | 110000 | 10001001 | 0 | 1001110 | 100101 | 1111 | 101001001 | 1000110 | 110100 |
Color Harmonies of #DA3089
Complementary color
Monochromatic Colors of #DA3089
Black with #DA3089
Text Example
Text Example
White with #DA3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3089; }
p { color: rgb(218,48,137); }
H1.HeaderClassName
{
color: #DA3089;
}
.AnyTagClassName
{
color: #DA3089;
}
</style>
background-color css
<style>
a { background-color: #DA3089; }
a { background-color: rgb(218,48,137); }
div.DivClassName
{
background-color: #DA3089;
}
.BgClassName
{
background-color: #DA3089;
}
</style>
border-color css
<style>
span { border-color: #DA3089; }
span { border-color: rgb(218,48,137); }
td.TdClassName
{
border-color: #DA3089;
}
.TagClassName
{
border-color: #DA3089;
}
</style>