Shades of Cerise #DA3E60
Tints of Cerise #DA3E60
RGB
CMYK
RGB Variations
Color information
#DA3E60 (or 0xDA3E60) is known color: Cerise. HEX triplet: DA, 3E and 60. RGB value is (218,62,96). Sum of RGB (Red+Green+Blue) = 218+62+96=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E60 is #25C19F. Grayscale: #707070. Windows color (decimal): -2474400 or 6307546. OLE color: 6307546.
HSL color Cylindrical-coordinate representation of color #DA3E60: hue angle of 346.92º 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 #DA3E60 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 96 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.15 |
| HSL | 346.92º | 0.68% | 0.55% | - |
| HSV(B) | 346.92º | 0.72% | 0.85% | - |
| XYZ | 32.75 | 19.2 | 13.05 | - |
| YUV | 112.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 96 | 0 | 0.72 | 0.56 | 0.15 | 346.92 | 0.68 | 0.55 |
| Hex | DA | 3E | 60 | 0 | 48 | 38 | F | 15B | 44 | 37 |
| Octal | 332 | 76 | 140 | 0 | 110 | 70 | 17 | 533 | 104 | 67 |
| Binary | 11011010 | 111110 | 1100000 | 0 | 1001000 | 111000 | 1111 | 101011011 | 1000100 | 110111 |
Color Harmonies of #DA3E60
Complementary color
Monochromatic Colors of #DA3E60
Black with #DA3E60
Text Example
Text Example
White with #DA3E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E60; }
p { color: rgb(218,62,96); }
H1.HeaderClassName
{
color: #DA3E60;
}
.AnyTagClassName
{
color: #DA3E60;
}
</style>
background-color css
<style>
a { background-color: #DA3E60; }
a { background-color: rgb(218,62,96); }
div.DivClassName
{
background-color: #DA3E60;
}
.BgClassName
{
background-color: #DA3E60;
}
</style>
border-color css
<style>
span { border-color: #DA3E60; }
span { border-color: rgb(218,62,96); }
td.TdClassName
{
border-color: #DA3E60;
}
.TagClassName
{
border-color: #DA3E60;
}
</style>