Shades of Cerise #DA335A
Tints of Cerise #DA335A
RGB
CMYK
RGB Variations
Color information
#DA335A (or 0xDA335A) is known color: Cerise. HEX triplet: DA, 33 and 5A. RGB value is (218,51,90). Sum of RGB (Red+Green+Blue) = 218+51+90=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA335A is #25CCA5. Grayscale: #696969. Windows color (decimal): -2477222 or 5911514. OLE color: 5911514.
HSL color Cylindrical-coordinate representation of color #DA335A: hue angle of 345.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA335A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 90 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.15 |
| HSL | 345.99º | 0.69% | 0.53% | - |
| HSV(B) | 345.99º | 0.77% | 0.85% | - |
| XYZ | 31.94 | 18.01 | 11.47 | - |
| YUV | 105.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 90 | 0 | 0.77 | 0.59 | 0.15 | 345.99 | 0.69 | 0.53 |
| Hex | DA | 33 | 5A | 0 | 4D | 3B | F | 15A | 45 | 35 |
| Octal | 332 | 63 | 132 | 0 | 115 | 73 | 17 | 532 | 105 | 65 |
| Binary | 11011010 | 110011 | 1011010 | 0 | 1001101 | 111011 | 1111 | 101011010 | 1000101 | 110101 |
Color Harmonies of #DA335A
Complementary color
Monochromatic Colors of #DA335A
Black with #DA335A
Text Example
Text Example
White with #DA335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA335A; }
p { color: rgb(218,51,90); }
H1.HeaderClassName
{
color: #DA335A;
}
.AnyTagClassName
{
color: #DA335A;
}
</style>
background-color css
<style>
a { background-color: #DA335A; }
a { background-color: rgb(218,51,90); }
div.DivClassName
{
background-color: #DA335A;
}
.BgClassName
{
background-color: #DA335A;
}
</style>
border-color css
<style>
span { border-color: #DA335A; }
span { border-color: rgb(218,51,90); }
td.TdClassName
{
border-color: #DA335A;
}
.TagClassName
{
border-color: #DA335A;
}
</style>