Shades of Cerise #DA3E58
Tints of Cerise #DA3E58
RGB
CMYK
RGB Variations
Color information
#DA3E58 (or 0xDA3E58) is known color: Cerise. HEX triplet: DA, 3E and 58. RGB value is (218,62,88). Sum of RGB (Red+Green+Blue) = 218+62+88=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E58 is #25C1A7. Grayscale: #6F6F6F. Windows color (decimal): -2474408 or 5783258. OLE color: 5783258.
HSL color Cylindrical-coordinate representation of color #DA3E58: hue angle of 350º 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 #DA3E58 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 88 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.15 |
| HSL | 350º | 0.68% | 0.55% | - |
| HSV(B) | 350º | 0.72% | 0.85% | - |
| XYZ | 32.4 | 19.06 | 11.2 | - |
| YUV | 111.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 88 | 0 | 0.72 | 0.60 | 0.15 | 350 | 0.68 | 0.55 |
| Hex | DA | 3E | 58 | 0 | 48 | 3C | F | 15E | 44 | 37 |
| Octal | 332 | 76 | 130 | 0 | 110 | 74 | 17 | 536 | 104 | 67 |
| Binary | 11011010 | 111110 | 1011000 | 0 | 1001000 | 111100 | 1111 | 101011110 | 1000100 | 110111 |
Color Harmonies of #DA3E58
Complementary color
Monochromatic Colors of #DA3E58
Black with #DA3E58
Text Example
Text Example
White with #DA3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E58; }
p { color: rgb(218,62,88); }
H1.HeaderClassName
{
color: #DA3E58;
}
.AnyTagClassName
{
color: #DA3E58;
}
</style>
background-color css
<style>
a { background-color: #DA3E58; }
a { background-color: rgb(218,62,88); }
div.DivClassName
{
background-color: #DA3E58;
}
.BgClassName
{
background-color: #DA3E58;
}
</style>
border-color css
<style>
span { border-color: #DA3E58; }
span { border-color: rgb(218,62,88); }
td.TdClassName
{
border-color: #DA3E58;
}
.TagClassName
{
border-color: #DA3E58;
}
</style>