Shades of Cerise #DA3568
Tints of Cerise #DA3568
RGB
CMYK
RGB Variations
Color information
#DA3568 (or 0xDA3568) is known color: Cerise. HEX triplet: DA, 35 and 68. RGB value is (218,53,104). Sum of RGB (Red+Green+Blue) = 218+53+104=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3568 is #25CA97. Grayscale: #6C6C6C. Windows color (decimal): -2476696 or 6829530. OLE color: 6829530.
HSL color Cylindrical-coordinate representation of color #DA3568: hue angle of 341.45º 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 #DA3568 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 104 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.15 |
| HSL | 341.45º | 0.69% | 0.53% | - |
| HSV(B) | 341.45º | 0.76% | 0.85% | - |
| XYZ | 32.69 | 18.45 | 14.94 | - |
| YUV | 108.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 104 | 0 | 0.76 | 0.52 | 0.15 | 341.45 | 0.69 | 0.53 |
| Hex | DA | 35 | 68 | 0 | 4C | 34 | F | 155 | 45 | 35 |
| Octal | 332 | 65 | 150 | 0 | 114 | 64 | 17 | 525 | 105 | 65 |
| Binary | 11011010 | 110101 | 1101000 | 0 | 1001100 | 110100 | 1111 | 101010101 | 1000101 | 110101 |
Color Harmonies of #DA3568
Complementary color
Monochromatic Colors of #DA3568
Black with #DA3568
Text Example
Text Example
White with #DA3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3568; }
p { color: rgb(218,53,104); }
H1.HeaderClassName
{
color: #DA3568;
}
.AnyTagClassName
{
color: #DA3568;
}
</style>
background-color css
<style>
a { background-color: #DA3568; }
a { background-color: rgb(218,53,104); }
div.DivClassName
{
background-color: #DA3568;
}
.BgClassName
{
background-color: #DA3568;
}
</style>
border-color css
<style>
span { border-color: #DA3568; }
span { border-color: rgb(218,53,104); }
td.TdClassName
{
border-color: #DA3568;
}
.TagClassName
{
border-color: #DA3568;
}
</style>