Shades of Deep Cerise #DA4390
Tints of Deep Cerise #DA4390
RGB
CMYK
RGB Variations
Color information
#DA4390 (or 0xDA4390) is known color: Deep Cerise. HEX triplet: DA, 43 and 90. RGB value is (218,67,144). Sum of RGB (Red+Green+Blue) = 218+67+144=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4390 is #25BC6F. Grayscale: #787878. Windows color (decimal): -2473072 or 9454554. OLE color: 9454554.
HSL color Cylindrical-coordinate representation of color #DA4390: hue angle of 329.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4390 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 144 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.15 |
| HSL | 329.4º | 0.67% | 0.56% | - |
| HSV(B) | 329.4º | 0.69% | 0.85% | - |
| XYZ | 35.95 | 20.93 | 28.53 | - |
| YUV | 120.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 144 | 0 | 0.69 | 0.34 | 0.15 | 329.4 | 0.67 | 0.56 |
| Hex | DA | 43 | 90 | 0 | 45 | 22 | F | 149 | 43 | 38 |
| Octal | 332 | 103 | 220 | 0 | 105 | 42 | 17 | 511 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10010000 | 0 | 1000101 | 100010 | 1111 | 101001001 | 1000011 | 111000 |
Color Harmonies of #DA4390
Complementary color
Monochromatic Colors of #DA4390
Black with #DA4390
Text Example
Text Example
White with #DA4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4390; }
p { color: rgb(218,67,144); }
H1.HeaderClassName
{
color: #DA4390;
}
.AnyTagClassName
{
color: #DA4390;
}
</style>
background-color css
<style>
a { background-color: #DA4390; }
a { background-color: rgb(218,67,144); }
div.DivClassName
{
background-color: #DA4390;
}
.BgClassName
{
background-color: #DA4390;
}
</style>
border-color css
<style>
span { border-color: #DA4390; }
span { border-color: rgb(218,67,144); }
td.TdClassName
{
border-color: #DA4390;
}
.TagClassName
{
border-color: #DA4390;
}
</style>