Shades of Cerise #DA3F56
Tints of Cerise #DA3F56
RGB
CMYK
RGB Variations
Color information
#DA3F56 (or 0xDA3F56) is known color: Cerise. HEX triplet: DA, 3F and 56. RGB value is (218,63,86). Sum of RGB (Red+Green+Blue) = 218+63+86=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3F56 is #25C0A9. Grayscale: #707070. Windows color (decimal): -2474154 or 5652442. OLE color: 5652442.
HSL color Cylindrical-coordinate representation of color #DA3F56: hue angle of 351.1º 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 #DA3F56 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 86 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.15 |
| HSL | 351.1º | 0.68% | 0.55% | - |
| HSV(B) | 351.1º | 0.71% | 0.85% | - |
| XYZ | 32.37 | 19.13 | 10.79 | - |
| YUV | 111.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 86 | 0 | 0.71 | 0.61 | 0.15 | 351.1 | 0.68 | 0.55 |
| Hex | DA | 3F | 56 | 0 | 47 | 3D | F | 15F | 44 | 37 |
| Octal | 332 | 77 | 126 | 0 | 107 | 75 | 17 | 537 | 104 | 67 |
| Binary | 11011010 | 111111 | 1010110 | 0 | 1000111 | 111101 | 1111 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DA3F56
Complementary color
Monochromatic Colors of #DA3F56
Black with #DA3F56
Text Example
Text Example
White with #DA3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F56; }
p { color: rgb(218,63,86); }
H1.HeaderClassName
{
color: #DA3F56;
}
.AnyTagClassName
{
color: #DA3F56;
}
</style>
background-color css
<style>
a { background-color: #DA3F56; }
a { background-color: rgb(218,63,86); }
div.DivClassName
{
background-color: #DA3F56;
}
.BgClassName
{
background-color: #DA3F56;
}
</style>
border-color css
<style>
span { border-color: #DA3F56; }
span { border-color: rgb(218,63,86); }
td.TdClassName
{
border-color: #DA3F56;
}
.TagClassName
{
border-color: #DA3F56;
}
</style>