Shades of Cerise #DA3E55
Tints of Cerise #DA3E55
RGB
CMYK
RGB Variations
Color information
#DA3E55 (or 0xDA3E55) is known color: Cerise. HEX triplet: DA, 3E and 55. RGB value is (218,62,85). Sum of RGB (Red+Green+Blue) = 218+62+85=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E55 is #25C1AA. Grayscale: #6F6F6F. Windows color (decimal): -2474411 or 5586650. OLE color: 5586650.
HSL color Cylindrical-coordinate representation of color #DA3E55: hue angle of 351.15º 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 #DA3E55 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 85 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 351.15º | 0.68% | 0.55% | - |
| HSV(B) | 351.15º | 0.72% | 0.85% | - |
| XYZ | 32.28 | 19.01 | 10.56 | - |
| YUV | 111.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 85 | 0 | 0.72 | 0.61 | 0.15 | 351.15 | 0.68 | 0.55 |
| Hex | DA | 3E | 55 | 0 | 48 | 3D | F | 15F | 44 | 37 |
| Octal | 332 | 76 | 125 | 0 | 110 | 75 | 17 | 537 | 104 | 67 |
| Binary | 11011010 | 111110 | 1010101 | 0 | 1001000 | 111101 | 1111 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DA3E55
Complementary color
Monochromatic Colors of #DA3E55
Black with #DA3E55
Text Example
Text Example
White with #DA3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E55; }
p { color: rgb(218,62,85); }
H1.HeaderClassName
{
color: #DA3E55;
}
.AnyTagClassName
{
color: #DA3E55;
}
</style>
background-color css
<style>
a { background-color: #DA3E55; }
a { background-color: rgb(218,62,85); }
div.DivClassName
{
background-color: #DA3E55;
}
.BgClassName
{
background-color: #DA3E55;
}
</style>
border-color css
<style>
span { border-color: #DA3E55; }
span { border-color: rgb(218,62,85); }
td.TdClassName
{
border-color: #DA3E55;
}
.TagClassName
{
border-color: #DA3E55;
}
</style>