Shades of Deep Cerise #DA4495
Tints of Deep Cerise #DA4495
RGB
CMYK
RGB Variations
Color information
#DA4495 (or 0xDA4495) is known color: Deep Cerise. HEX triplet: DA, 44 and 95. RGB value is (218,68,149). Sum of RGB (Red+Green+Blue) = 218+68+149=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4495 is #25BB6A. Grayscale: #797979. Windows color (decimal): -2472811 or 9782490. OLE color: 9782490.
HSL color Cylindrical-coordinate representation of color #DA4495: hue angle of 327.6º 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 #DA4495 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 149 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.15 |
| HSL | 327.6º | 0.67% | 0.56% | - |
| HSV(B) | 327.6º | 0.69% | 0.85% | - |
| XYZ | 36.41 | 21.21 | 30.61 | - |
| YUV | 122.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 149 | 0 | 0.69 | 0.32 | 0.15 | 327.6 | 0.67 | 0.56 |
| Hex | DA | 44 | 95 | 0 | 45 | 20 | F | 148 | 43 | 38 |
| Octal | 332 | 104 | 225 | 0 | 105 | 40 | 17 | 510 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10010101 | 0 | 1000101 | 100000 | 1111 | 101001000 | 1000011 | 111000 |
Color Harmonies of #DA4495
Complementary color
Monochromatic Colors of #DA4495
Black with #DA4495
Text Example
Text Example
White with #DA4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4495; }
p { color: rgb(218,68,149); }
H1.HeaderClassName
{
color: #DA4495;
}
.AnyTagClassName
{
color: #DA4495;
}
</style>
background-color css
<style>
a { background-color: #DA4495; }
a { background-color: rgb(218,68,149); }
div.DivClassName
{
background-color: #DA4495;
}
.BgClassName
{
background-color: #DA4495;
}
</style>
border-color css
<style>
span { border-color: #DA4495; }
span { border-color: rgb(218,68,149); }
td.TdClassName
{
border-color: #DA4495;
}
.TagClassName
{
border-color: #DA4495;
}
</style>