Shades of Deep Cerise #DA3890
Tints of Deep Cerise #DA3890
RGB
CMYK
RGB Variations
Color information
#DA3890 (or 0xDA3890) is known color: Deep Cerise. HEX triplet: DA, 38 and 90. RGB value is (218,56,144). Sum of RGB (Red+Green+Blue) = 218+56+144=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3890 is #25C76F. Grayscale: #727272. Windows color (decimal): -2475888 or 9451738. OLE color: 9451738.
HSL color Cylindrical-coordinate representation of color #DA3890: hue angle of 327.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3890 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 144 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.15 |
| HSL | 327.41º | 0.69% | 0.54% | - |
| HSV(B) | 327.41º | 0.74% | 0.85% | - |
| XYZ | 35.36 | 19.75 | 28.33 | - |
| YUV | 114.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 144 | 0 | 0.74 | 0.34 | 0.15 | 327.41 | 0.69 | 0.54 |
| Hex | DA | 38 | 90 | 0 | 4A | 22 | F | 147 | 45 | 36 |
| Octal | 332 | 70 | 220 | 0 | 112 | 42 | 17 | 507 | 105 | 66 |
| Binary | 11011010 | 111000 | 10010000 | 0 | 1001010 | 100010 | 1111 | 101000111 | 1000101 | 110110 |
Color Harmonies of #DA3890
Complementary color
Monochromatic Colors of #DA3890
Black with #DA3890
Text Example
Text Example
White with #DA3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3890; }
p { color: rgb(218,56,144); }
H1.HeaderClassName
{
color: #DA3890;
}
.AnyTagClassName
{
color: #DA3890;
}
</style>
background-color css
<style>
a { background-color: #DA3890; }
a { background-color: rgb(218,56,144); }
div.DivClassName
{
background-color: #DA3890;
}
.BgClassName
{
background-color: #DA3890;
}
</style>
border-color css
<style>
span { border-color: #DA3890; }
span { border-color: rgb(218,56,144); }
td.TdClassName
{
border-color: #DA3890;
}
.TagClassName
{
border-color: #DA3890;
}
</style>