Shades of Deep Cerise #DA4194
Tints of Deep Cerise #DA4194
RGB
CMYK
RGB Variations
Color information
#DA4194 (or 0xDA4194) is known color: Deep Cerise. HEX triplet: DA, 41 and 94. RGB value is (218,65,148). Sum of RGB (Red+Green+Blue) = 218+65+148=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4194 is #25BE6B. Grayscale: #787878. Windows color (decimal): -2473580 or 9716186. OLE color: 9716186.
HSL color Cylindrical-coordinate representation of color #DA4194: hue angle of 327.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4194 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 148 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.15 |
| HSL | 327.45º | 0.67% | 0.55% | - |
| HSV(B) | 327.45º | 0.7% | 0.85% | - |
| XYZ | 36.15 | 20.82 | 30.13 | - |
| YUV | 120.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 148 | 0 | 0.70 | 0.32 | 0.15 | 327.45 | 0.67 | 0.55 |
| Hex | DA | 41 | 94 | 0 | 46 | 20 | F | 147 | 43 | 37 |
| Octal | 332 | 101 | 224 | 0 | 106 | 40 | 17 | 507 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10010100 | 0 | 1000110 | 100000 | 1111 | 101000111 | 1000011 | 110111 |
Color Harmonies of #DA4194
Complementary color
Monochromatic Colors of #DA4194
Black with #DA4194
Text Example
Text Example
White with #DA4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4194; }
p { color: rgb(218,65,148); }
H1.HeaderClassName
{
color: #DA4194;
}
.AnyTagClassName
{
color: #DA4194;
}
</style>
background-color css
<style>
a { background-color: #DA4194; }
a { background-color: rgb(218,65,148); }
div.DivClassName
{
background-color: #DA4194;
}
.BgClassName
{
background-color: #DA4194;
}
</style>
border-color css
<style>
span { border-color: #DA4194; }
span { border-color: rgb(218,65,148); }
td.TdClassName
{
border-color: #DA4194;
}
.TagClassName
{
border-color: #DA4194;
}
</style>