Shades of Deep Cerise #DA4594
Tints of Deep Cerise #DA4594
RGB
CMYK
RGB Variations
Color information
#DA4594 (or 0xDA4594) is known color: Deep Cerise. HEX triplet: DA, 45 and 94. RGB value is (218,69,148). Sum of RGB (Red+Green+Blue) = 218+69+148=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4594 is #25BA6B. Grayscale: #7A7A7A. Windows color (decimal): -2472556 or 9717210. OLE color: 9717210.
HSL color Cylindrical-coordinate representation of color #DA4594: hue angle of 328.19º 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 #DA4594 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 148 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.15 |
| HSL | 328.19º | 0.67% | 0.56% | - |
| HSV(B) | 328.19º | 0.68% | 0.85% | - |
| XYZ | 36.39 | 21.3 | 30.21 | - |
| YUV | 122.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 148 | 0 | 0.68 | 0.32 | 0.15 | 328.19 | 0.67 | 0.56 |
| Hex | DA | 45 | 94 | 0 | 44 | 20 | F | 148 | 43 | 38 |
| Octal | 332 | 105 | 224 | 0 | 104 | 40 | 17 | 510 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10010100 | 0 | 1000100 | 100000 | 1111 | 101001000 | 1000011 | 111000 |
Color Harmonies of #DA4594
Complementary color
Monochromatic Colors of #DA4594
Black with #DA4594
Text Example
Text Example
White with #DA4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4594; }
p { color: rgb(218,69,148); }
H1.HeaderClassName
{
color: #DA4594;
}
.AnyTagClassName
{
color: #DA4594;
}
</style>
background-color css
<style>
a { background-color: #DA4594; }
a { background-color: rgb(218,69,148); }
div.DivClassName
{
background-color: #DA4594;
}
.BgClassName
{
background-color: #DA4594;
}
</style>
border-color css
<style>
span { border-color: #DA4594; }
span { border-color: rgb(218,69,148); }
td.TdClassName
{
border-color: #DA4594;
}
.TagClassName
{
border-color: #DA4594;
}
</style>