Shades of Cerise #DA3C5D
Tints of Cerise #DA3C5D
RGB
CMYK
RGB Variations
Color information
#DA3C5D (or 0xDA3C5D) is known color: Cerise. HEX triplet: DA, 3C and 5D. RGB value is (218,60,93). Sum of RGB (Red+Green+Blue) = 218+60+93=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C5D is #25C3A2. Grayscale: #6F6F6F. Windows color (decimal): -2474915 or 6110426. OLE color: 6110426.
HSL color Cylindrical-coordinate representation of color #DA3C5D: hue angle of 347.47º 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 #DA3C5D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 93 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.15 |
| HSL | 347.47º | 0.68% | 0.55% | - |
| HSV(B) | 347.47º | 0.72% | 0.85% | - |
| XYZ | 32.51 | 18.93 | 12.3 | - |
| YUV | 111 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 93 | 0 | 0.72 | 0.57 | 0.15 | 347.47 | 0.68 | 0.55 |
| Hex | DA | 3C | 5D | 0 | 48 | 39 | F | 15B | 44 | 37 |
| Octal | 332 | 74 | 135 | 0 | 110 | 71 | 17 | 533 | 104 | 67 |
| Binary | 11011010 | 111100 | 1011101 | 0 | 1001000 | 111001 | 1111 | 101011011 | 1000100 | 110111 |
Color Harmonies of #DA3C5D
Complementary color
Monochromatic Colors of #DA3C5D
Black with #DA3C5D
Text Example
Text Example
White with #DA3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C5D; }
p { color: rgb(218,60,93); }
H1.HeaderClassName
{
color: #DA3C5D;
}
.AnyTagClassName
{
color: #DA3C5D;
}
</style>
background-color css
<style>
a { background-color: #DA3C5D; }
a { background-color: rgb(218,60,93); }
div.DivClassName
{
background-color: #DA3C5D;
}
.BgClassName
{
background-color: #DA3C5D;
}
</style>
border-color css
<style>
span { border-color: #DA3C5D; }
span { border-color: rgb(218,60,93); }
td.TdClassName
{
border-color: #DA3C5D;
}
.TagClassName
{
border-color: #DA3C5D;
}
</style>