Shades of Cerise #DA356A
Tints of Cerise #DA356A
RGB
CMYK
RGB Variations
Color information
#DA356A (or 0xDA356A) is known color: Cerise. HEX triplet: DA, 35 and 6A. RGB value is (218,53,106). Sum of RGB (Red+Green+Blue) = 218+53+106=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA356A is #25CA95. Grayscale: #6C6C6C. Windows color (decimal): -2476694 or 6960602. OLE color: 6960602.
HSL color Cylindrical-coordinate representation of color #DA356A: hue angle of 340.73º 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 #DA356A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 106 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.15 |
| HSL | 340.73º | 0.69% | 0.53% | - |
| HSV(B) | 340.73º | 0.76% | 0.85% | - |
| XYZ | 32.79 | 18.49 | 15.48 | - |
| YUV | 108.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 106 | 0 | 0.76 | 0.51 | 0.15 | 340.73 | 0.69 | 0.53 |
| Hex | DA | 35 | 6A | 0 | 4C | 33 | F | 155 | 45 | 35 |
| Octal | 332 | 65 | 152 | 0 | 114 | 63 | 17 | 525 | 105 | 65 |
| Binary | 11011010 | 110101 | 1101010 | 0 | 1001100 | 110011 | 1111 | 101010101 | 1000101 | 110101 |
Color Harmonies of #DA356A
Complementary color
Monochromatic Colors of #DA356A
Black with #DA356A
Text Example
Text Example
White with #DA356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA356A; }
p { color: rgb(218,53,106); }
H1.HeaderClassName
{
color: #DA356A;
}
.AnyTagClassName
{
color: #DA356A;
}
</style>
background-color css
<style>
a { background-color: #DA356A; }
a { background-color: rgb(218,53,106); }
div.DivClassName
{
background-color: #DA356A;
}
.BgClassName
{
background-color: #DA356A;
}
</style>
border-color css
<style>
span { border-color: #DA356A; }
span { border-color: rgb(218,53,106); }
td.TdClassName
{
border-color: #DA356A;
}
.TagClassName
{
border-color: #DA356A;
}
</style>