Shades of Deep Cerise #DA4590
Tints of Deep Cerise #DA4590
RGB
CMYK
RGB Variations
Color information
#DA4590 (or 0xDA4590) is known color: Deep Cerise. HEX triplet: DA, 45 and 90. RGB value is (218,69,144). Sum of RGB (Red+Green+Blue) = 218+69+144=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4590 is #25BA6F. Grayscale: #797979. Windows color (decimal): -2472560 or 9455066. OLE color: 9455066.
HSL color Cylindrical-coordinate representation of color #DA4590: hue angle of 329.8º 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 #DA4590 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 144 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.15 |
| HSL | 329.8º | 0.67% | 0.56% | - |
| HSV(B) | 329.8º | 0.68% | 0.85% | - |
| XYZ | 36.08 | 21.18 | 28.57 | - |
| YUV | 122.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 144 | 0 | 0.68 | 0.34 | 0.15 | 329.8 | 0.67 | 0.56 |
| Hex | DA | 45 | 90 | 0 | 44 | 22 | F | 14A | 43 | 38 |
| Octal | 332 | 105 | 220 | 0 | 104 | 42 | 17 | 512 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10010000 | 0 | 1000100 | 100010 | 1111 | 101001010 | 1000011 | 111000 |
Color Harmonies of #DA4590
Complementary color
Monochromatic Colors of #DA4590
Black with #DA4590
Text Example
Text Example
White with #DA4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4590; }
p { color: rgb(218,69,144); }
H1.HeaderClassName
{
color: #DA4590;
}
.AnyTagClassName
{
color: #DA4590;
}
</style>
background-color css
<style>
a { background-color: #DA4590; }
a { background-color: rgb(218,69,144); }
div.DivClassName
{
background-color: #DA4590;
}
.BgClassName
{
background-color: #DA4590;
}
</style>
border-color css
<style>
span { border-color: #DA4590; }
span { border-color: rgb(218,69,144); }
td.TdClassName
{
border-color: #DA4590;
}
.TagClassName
{
border-color: #DA4590;
}
</style>