Shades of Deep Cerise #DA4084
Tints of Deep Cerise #DA4084
RGB
CMYK
RGB Variations
Color information
#DA4084 (or 0xDA4084) is known color: Deep Cerise. HEX triplet: DA, 40 and 84. RGB value is (218,64,132). Sum of RGB (Red+Green+Blue) = 218+64+132=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4084 is #25BF7B. Grayscale: #757575. Windows color (decimal): -2473852 or 8667354. OLE color: 8667354.
HSL color Cylindrical-coordinate representation of color #DA4084: hue angle of 333.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4084 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 132 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.15 |
| HSL | 333.51º | 0.68% | 0.55% | - |
| HSV(B) | 333.51º | 0.71% | 0.85% | - |
| XYZ | 34.91 | 20.24 | 23.9 | - |
| YUV | 117.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 132 | 0 | 0.71 | 0.39 | 0.15 | 333.51 | 0.68 | 0.55 |
| Hex | DA | 40 | 84 | 0 | 47 | 27 | F | 14E | 44 | 37 |
| Octal | 332 | 100 | 204 | 0 | 107 | 47 | 17 | 516 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10000100 | 0 | 1000111 | 100111 | 1111 | 101001110 | 1000100 | 110111 |
Color Harmonies of #DA4084
Complementary color
Monochromatic Colors of #DA4084
Black with #DA4084
Text Example
Text Example
White with #DA4084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4084; }
p { color: rgb(218,64,132); }
H1.HeaderClassName
{
color: #DA4084;
}
.AnyTagClassName
{
color: #DA4084;
}
</style>
background-color css
<style>
a { background-color: #DA4084; }
a { background-color: rgb(218,64,132); }
div.DivClassName
{
background-color: #DA4084;
}
.BgClassName
{
background-color: #DA4084;
}
</style>
border-color css
<style>
span { border-color: #DA4084; }
span { border-color: rgb(218,64,132); }
td.TdClassName
{
border-color: #DA4084;
}
.TagClassName
{
border-color: #DA4084;
}
</style>