Shades of Cerise #DA355A
Tints of Cerise #DA355A
RGB
CMYK
RGB Variations
Color information
#DA355A (or 0xDA355A) is known color: Cerise. HEX triplet: DA, 35 and 5A. RGB value is (218,53,90). Sum of RGB (Red+Green+Blue) = 218+53+90=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA355A is #25CAA5. Grayscale: #6A6A6A. Windows color (decimal): -2476710 or 5912026. OLE color: 5912026.
HSL color Cylindrical-coordinate representation of color #DA355A: hue angle of 346.55º 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 #DA355A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 90 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.15 |
| HSL | 346.55º | 0.69% | 0.53% | - |
| HSV(B) | 346.55º | 0.76% | 0.85% | - |
| XYZ | 32.03 | 18.19 | 11.5 | - |
| YUV | 106.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 90 | 0 | 0.76 | 0.59 | 0.15 | 346.55 | 0.69 | 0.53 |
| Hex | DA | 35 | 5A | 0 | 4C | 3B | F | 15B | 45 | 35 |
| Octal | 332 | 65 | 132 | 0 | 114 | 73 | 17 | 533 | 105 | 65 |
| Binary | 11011010 | 110101 | 1011010 | 0 | 1001100 | 111011 | 1111 | 101011011 | 1000101 | 110101 |
Color Harmonies of #DA355A
Complementary color
Monochromatic Colors of #DA355A
Black with #DA355A
Text Example
Text Example
White with #DA355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA355A; }
p { color: rgb(218,53,90); }
H1.HeaderClassName
{
color: #DA355A;
}
.AnyTagClassName
{
color: #DA355A;
}
</style>
background-color css
<style>
a { background-color: #DA355A; }
a { background-color: rgb(218,53,90); }
div.DivClassName
{
background-color: #DA355A;
}
.BgClassName
{
background-color: #DA355A;
}
</style>
border-color css
<style>
span { border-color: #DA355A; }
span { border-color: rgb(218,53,90); }
td.TdClassName
{
border-color: #DA355A;
}
.TagClassName
{
border-color: #DA355A;
}
</style>