Shades of Cerise #DA3C5C
Tints of Cerise #DA3C5C
RGB
CMYK
RGB Variations
Color information
#DA3C5C (or 0xDA3C5C) is known color: Cerise. HEX triplet: DA, 3C and 5C. RGB value is (218,60,92). Sum of RGB (Red+Green+Blue) = 218+60+92=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C5C is #25C3A3. Grayscale: #6E6E6E. Windows color (decimal): -2474916 or 6044890. OLE color: 6044890.
HSL color Cylindrical-coordinate representation of color #DA3C5C: hue angle of 347.85º 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 #DA3C5C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 92 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.15 |
| HSL | 347.85º | 0.68% | 0.55% | - |
| HSV(B) | 347.85º | 0.72% | 0.85% | - |
| XYZ | 32.46 | 18.91 | 12.06 | - |
| YUV | 110.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 92 | 0 | 0.72 | 0.58 | 0.15 | 347.85 | 0.68 | 0.55 |
| Hex | DA | 3C | 5C | 0 | 48 | 3A | F | 15C | 44 | 37 |
| Octal | 332 | 74 | 134 | 0 | 110 | 72 | 17 | 534 | 104 | 67 |
| Binary | 11011010 | 111100 | 1011100 | 0 | 1001000 | 111010 | 1111 | 101011100 | 1000100 | 110111 |
Color Harmonies of #DA3C5C
Complementary color
Monochromatic Colors of #DA3C5C
Black with #DA3C5C
Text Example
Text Example
White with #DA3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C5C; }
p { color: rgb(218,60,92); }
H1.HeaderClassName
{
color: #DA3C5C;
}
.AnyTagClassName
{
color: #DA3C5C;
}
</style>
background-color css
<style>
a { background-color: #DA3C5C; }
a { background-color: rgb(218,60,92); }
div.DivClassName
{
background-color: #DA3C5C;
}
.BgClassName
{
background-color: #DA3C5C;
}
</style>
border-color css
<style>
span { border-color: #DA3C5C; }
span { border-color: rgb(218,60,92); }
td.TdClassName
{
border-color: #DA3C5C;
}
.TagClassName
{
border-color: #DA3C5C;
}
</style>