Shades of Deep Cerise #DA4295
Tints of Deep Cerise #DA4295
RGB
CMYK
RGB Variations
Color information
#DA4295 (or 0xDA4295) is known color: Deep Cerise. HEX triplet: DA, 42 and 95. RGB value is (218,66,149). Sum of RGB (Red+Green+Blue) = 218+66+149=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4295 is #25BD6A. Grayscale: #787878. Windows color (decimal): -2473323 or 9781978. OLE color: 9781978.
HSL color Cylindrical-coordinate representation of color #DA4295: hue angle of 327.24º 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 #DA4295 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 149 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.15 |
| HSL | 327.24º | 0.67% | 0.56% | - |
| HSV(B) | 327.24º | 0.7% | 0.85% | - |
| XYZ | 36.29 | 20.97 | 30.57 | - |
| YUV | 120.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 149 | 0 | 0.70 | 0.32 | 0.15 | 327.24 | 0.67 | 0.56 |
| Hex | DA | 42 | 95 | 0 | 46 | 20 | F | 147 | 43 | 38 |
| Octal | 332 | 102 | 225 | 0 | 106 | 40 | 17 | 507 | 103 | 70 |
| Binary | 11011010 | 1000010 | 10010101 | 0 | 1000110 | 100000 | 1111 | 101000111 | 1000011 | 111000 |
Color Harmonies of #DA4295
Complementary color
Monochromatic Colors of #DA4295
Black with #DA4295
Text Example
Text Example
White with #DA4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4295; }
p { color: rgb(218,66,149); }
H1.HeaderClassName
{
color: #DA4295;
}
.AnyTagClassName
{
color: #DA4295;
}
</style>
background-color css
<style>
a { background-color: #DA4295; }
a { background-color: rgb(218,66,149); }
div.DivClassName
{
background-color: #DA4295;
}
.BgClassName
{
background-color: #DA4295;
}
</style>
border-color css
<style>
span { border-color: #DA4295; }
span { border-color: rgb(218,66,149); }
td.TdClassName
{
border-color: #DA4295;
}
.TagClassName
{
border-color: #DA4295;
}
</style>