Shades of Deep Cerise #DA4080
Tints of Deep Cerise #DA4080
RGB
CMYK
RGB Variations
Color information
#DA4080 (or 0xDA4080) is known color: Deep Cerise. HEX triplet: DA, 40 and 80. RGB value is (218,64,128). Sum of RGB (Red+Green+Blue) = 218+64+128=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4080 is #25BF7F. Grayscale: #757575. Windows color (decimal): -2473856 or 8405210. OLE color: 8405210.
HSL color Cylindrical-coordinate representation of color #DA4080: hue angle of 335.06º 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 #DA4080 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 128 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.15 |
| HSL | 335.06º | 0.68% | 0.55% | - |
| HSV(B) | 335.06º | 0.71% | 0.85% | - |
| XYZ | 34.64 | 20.13 | 22.48 | - |
| YUV | 117.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 128 | 0 | 0.71 | 0.41 | 0.15 | 335.06 | 0.68 | 0.55 |
| Hex | DA | 40 | 80 | 0 | 47 | 29 | F | 14F | 44 | 37 |
| Octal | 332 | 100 | 200 | 0 | 107 | 51 | 17 | 517 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10000000 | 0 | 1000111 | 101001 | 1111 | 101001111 | 1000100 | 110111 |
Color Harmonies of #DA4080
Complementary color
Monochromatic Colors of #DA4080
Black with #DA4080
Text Example
Text Example
White with #DA4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4080; }
p { color: rgb(218,64,128); }
H1.HeaderClassName
{
color: #DA4080;
}
.AnyTagClassName
{
color: #DA4080;
}
</style>
background-color css
<style>
a { background-color: #DA4080; }
a { background-color: rgb(218,64,128); }
div.DivClassName
{
background-color: #DA4080;
}
.BgClassName
{
background-color: #DA4080;
}
</style>
border-color css
<style>
span { border-color: #DA4080; }
span { border-color: rgb(218,64,128); }
td.TdClassName
{
border-color: #DA4080;
}
.TagClassName
{
border-color: #DA4080;
}
</style>