Shades of Cerise #DA2564
Tints of Cerise #DA2564
RGB
CMYK
RGB Variations
Color information
#DA2564 (or 0xDA2564) is known color: Cerise. HEX triplet: DA, 25 and 64. RGB value is (218,37,100). Sum of RGB (Red+Green+Blue) = 218+37+100=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2564 is #25DA9B. Grayscale: #626262. Windows color (decimal): -2480796 or 6563290. OLE color: 6563290.
HSL color Cylindrical-coordinate representation of color #DA2564: hue angle of 339.12º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2564 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 100 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.15 |
| HSL | 339.12º | 0.71% | 0.5% | - |
| HSV(B) | 339.12º | 0.83% | 0.85% | - |
| XYZ | 31.88 | 17.15 | 13.69 | - |
| YUV | 98.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 100 | 0 | 0.83 | 0.54 | 0.15 | 339.12 | 0.71 | 0.5 |
| Hex | DA | 25 | 64 | 0 | 53 | 36 | F | 153 | 47 | 32 |
| Octal | 332 | 45 | 144 | 0 | 123 | 66 | 17 | 523 | 107 | 62 |
| Binary | 11011010 | 100101 | 1100100 | 0 | 1010011 | 110110 | 1111 | 101010011 | 1000111 | 110010 |
Color Harmonies of #DA2564
Complementary color
Monochromatic Colors of #DA2564
Black with #DA2564
Text Example
Text Example
White with #DA2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2564; }
p { color: rgb(218,37,100); }
H1.HeaderClassName
{
color: #DA2564;
}
.AnyTagClassName
{
color: #DA2564;
}
</style>
background-color css
<style>
a { background-color: #DA2564; }
a { background-color: rgb(218,37,100); }
div.DivClassName
{
background-color: #DA2564;
}
.BgClassName
{
background-color: #DA2564;
}
</style>
border-color css
<style>
span { border-color: #DA2564; }
span { border-color: rgb(218,37,100); }
td.TdClassName
{
border-color: #DA2564;
}
.TagClassName
{
border-color: #DA2564;
}
</style>