Shades of Deep Cerise #DA3E80
Tints of Deep Cerise #DA3E80
RGB
CMYK
RGB Variations
Color information
#DA3E80 (or 0xDA3E80) is known color: Deep Cerise. HEX triplet: DA, 3E and 80. RGB value is (218,62,128). Sum of RGB (Red+Green+Blue) = 218+62+128=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E80 is #25C17F. Grayscale: #747474. Windows color (decimal): -2474368 or 8404698. OLE color: 8404698.
HSL color Cylindrical-coordinate representation of color #DA3E80: hue angle of 334.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E80 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 128 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.15 |
| HSL | 334.62º | 0.68% | 0.55% | - |
| HSV(B) | 334.62º | 0.72% | 0.85% | - |
| XYZ | 34.53 | 19.91 | 22.44 | - |
| YUV | 116.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 128 | 0 | 0.72 | 0.41 | 0.15 | 334.62 | 0.68 | 0.55 |
| Hex | DA | 3E | 80 | 0 | 48 | 29 | F | 14F | 44 | 37 |
| Octal | 332 | 76 | 200 | 0 | 110 | 51 | 17 | 517 | 104 | 67 |
| Binary | 11011010 | 111110 | 10000000 | 0 | 1001000 | 101001 | 1111 | 101001111 | 1000100 | 110111 |
Color Harmonies of #DA3E80
Complementary color
Monochromatic Colors of #DA3E80
Black with #DA3E80
Text Example
Text Example
White with #DA3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E80; }
p { color: rgb(218,62,128); }
H1.HeaderClassName
{
color: #DA3E80;
}
.AnyTagClassName
{
color: #DA3E80;
}
</style>
background-color css
<style>
a { background-color: #DA3E80; }
a { background-color: rgb(218,62,128); }
div.DivClassName
{
background-color: #DA3E80;
}
.BgClassName
{
background-color: #DA3E80;
}
</style>
border-color css
<style>
span { border-color: #DA3E80; }
span { border-color: rgb(218,62,128); }
td.TdClassName
{
border-color: #DA3E80;
}
.TagClassName
{
border-color: #DA3E80;
}
</style>