Shades of Deep Cerise #DA4291
Tints of Deep Cerise #DA4291
RGB
CMYK
RGB Variations
Color information
#DA4291 (or 0xDA4291) is known color: Deep Cerise. HEX triplet: DA, 42 and 91. RGB value is (218,66,145). Sum of RGB (Red+Green+Blue) = 218+66+145=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4291 is #25BD6E. Grayscale: #787878. Windows color (decimal): -2473327 or 9519834. OLE color: 9519834.
HSL color Cylindrical-coordinate representation of color #DA4291: hue angle of 328.82º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4291 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 145 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.15 |
| HSL | 328.82º | 0.67% | 0.56% | - |
| HSV(B) | 328.82º | 0.7% | 0.85% | - |
| XYZ | 35.97 | 20.85 | 28.92 | - |
| YUV | 120.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 145 | 0 | 0.70 | 0.33 | 0.15 | 328.82 | 0.67 | 0.56 |
| Hex | DA | 42 | 91 | 0 | 46 | 21 | F | 149 | 43 | 38 |
| Octal | 332 | 102 | 221 | 0 | 106 | 41 | 17 | 511 | 103 | 70 |
| Binary | 11011010 | 1000010 | 10010001 | 0 | 1000110 | 100001 | 1111 | 101001001 | 1000011 | 111000 |
Color Harmonies of #DA4291
Complementary color
Monochromatic Colors of #DA4291
Black with #DA4291
Text Example
Text Example
White with #DA4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4291; }
p { color: rgb(218,66,145); }
H1.HeaderClassName
{
color: #DA4291;
}
.AnyTagClassName
{
color: #DA4291;
}
</style>
background-color css
<style>
a { background-color: #DA4291; }
a { background-color: rgb(218,66,145); }
div.DivClassName
{
background-color: #DA4291;
}
.BgClassName
{
background-color: #DA4291;
}
</style>
border-color css
<style>
span { border-color: #DA4291; }
span { border-color: rgb(218,66,145); }
td.TdClassName
{
border-color: #DA4291;
}
.TagClassName
{
border-color: #DA4291;
}
</style>