Shades of Cerise #DA355C
Tints of Cerise #DA355C
RGB
CMYK
RGB Variations
Color information
#DA355C (or 0xDA355C) is known color: Cerise. HEX triplet: DA, 35 and 5C. RGB value is (218,53,92). Sum of RGB (Red+Green+Blue) = 218+53+92=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA355C is #25CAA3. Grayscale: #6A6A6A. Windows color (decimal): -2476708 or 6043098. OLE color: 6043098.
HSL color Cylindrical-coordinate representation of color #DA355C: hue angle of 345.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA355C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.15 |
| HSL | 345.82º | 0.69% | 0.53% | - |
| HSV(B) | 345.82º | 0.76% | 0.85% | - |
| XYZ | 32.12 | 18.22 | 11.95 | - |
| YUV | 106.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 92 | 0 | 0.76 | 0.58 | 0.15 | 345.82 | 0.69 | 0.53 |
| Hex | DA | 35 | 5C | 0 | 4C | 3A | F | 15A | 45 | 35 |
| Octal | 332 | 65 | 134 | 0 | 114 | 72 | 17 | 532 | 105 | 65 |
| Binary | 11011010 | 110101 | 1011100 | 0 | 1001100 | 111010 | 1111 | 101011010 | 1000101 | 110101 |
Color Harmonies of #DA355C
Complementary color
Monochromatic Colors of #DA355C
Black with #DA355C
Text Example
Text Example
White with #DA355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA355C; }
p { color: rgb(218,53,92); }
H1.HeaderClassName
{
color: #DA355C;
}
.AnyTagClassName
{
color: #DA355C;
}
</style>
background-color css
<style>
a { background-color: #DA355C; }
a { background-color: rgb(218,53,92); }
div.DivClassName
{
background-color: #DA355C;
}
.BgClassName
{
background-color: #DA355C;
}
</style>
border-color css
<style>
span { border-color: #DA355C; }
span { border-color: rgb(218,53,92); }
td.TdClassName
{
border-color: #DA355C;
}
.TagClassName
{
border-color: #DA355C;
}
</style>