Shades of Cerise #DA3C6F
Tints of Cerise #DA3C6F
RGB
CMYK
RGB Variations
Color information
#DA3C6F (or 0xDA3C6F) is known color: Cerise. HEX triplet: DA, 3C and 6F. RGB value is (218,60,111). Sum of RGB (Red+Green+Blue) = 218+60+111=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C6F is #25C390. Grayscale: #717171. Windows color (decimal): -2474897 or 7290074. OLE color: 7290074.
HSL color Cylindrical-coordinate representation of color #DA3C6F: hue angle of 340.63º 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 #DA3C6F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 111 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.15 |
| HSL | 340.63º | 0.68% | 0.55% | - |
| HSV(B) | 340.63º | 0.72% | 0.85% | - |
| XYZ | 33.4 | 19.28 | 17 | - |
| YUV | 113.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 111 | 0 | 0.72 | 0.49 | 0.15 | 340.63 | 0.68 | 0.55 |
| Hex | DA | 3C | 6F | 0 | 48 | 31 | F | 155 | 44 | 37 |
| Octal | 332 | 74 | 157 | 0 | 110 | 61 | 17 | 525 | 104 | 67 |
| Binary | 11011010 | 111100 | 1101111 | 0 | 1001000 | 110001 | 1111 | 101010101 | 1000100 | 110111 |
Color Harmonies of #DA3C6F
Complementary color
Monochromatic Colors of #DA3C6F
Black with #DA3C6F
Text Example
Text Example
White with #DA3C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C6F; }
p { color: rgb(218,60,111); }
H1.HeaderClassName
{
color: #DA3C6F;
}
.AnyTagClassName
{
color: #DA3C6F;
}
</style>
background-color css
<style>
a { background-color: #DA3C6F; }
a { background-color: rgb(218,60,111); }
div.DivClassName
{
background-color: #DA3C6F;
}
.BgClassName
{
background-color: #DA3C6F;
}
</style>
border-color css
<style>
span { border-color: #DA3C6F; }
span { border-color: rgb(218,60,111); }
td.TdClassName
{
border-color: #DA3C6F;
}
.TagClassName
{
border-color: #DA3C6F;
}
</style>