Shades of Cerise #DA4064
Tints of Cerise #DA4064
RGB
CMYK
RGB Variations
Color information
#DA4064 (or 0xDA4064) is known color: Cerise. HEX triplet: DA, 40 and 64. RGB value is (218,64,100). Sum of RGB (Red+Green+Blue) = 218+64+100=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4064 is #25BF9B. Grayscale: #727272. Windows color (decimal): -2473884 or 6570202. OLE color: 6570202.
HSL color Cylindrical-coordinate representation of color #DA4064: hue angle of 345.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4064 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 100 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.15 |
| HSL | 345.97º | 0.68% | 0.55% | - |
| HSV(B) | 345.97º | 0.71% | 0.85% | - |
| XYZ | 33.05 | 19.49 | 14.08 | - |
| YUV | 114.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 100 | 0 | 0.71 | 0.54 | 0.15 | 345.97 | 0.68 | 0.55 |
| Hex | DA | 40 | 64 | 0 | 47 | 36 | F | 15A | 44 | 37 |
| Octal | 332 | 100 | 144 | 0 | 107 | 66 | 17 | 532 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1100100 | 0 | 1000111 | 110110 | 1111 | 101011010 | 1000100 | 110111 |
Color Harmonies of #DA4064
Complementary color
Monochromatic Colors of #DA4064
Black with #DA4064
Text Example
Text Example
White with #DA4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4064; }
p { color: rgb(218,64,100); }
H1.HeaderClassName
{
color: #DA4064;
}
.AnyTagClassName
{
color: #DA4064;
}
</style>
background-color css
<style>
a { background-color: #DA4064; }
a { background-color: rgb(218,64,100); }
div.DivClassName
{
background-color: #DA4064;
}
.BgClassName
{
background-color: #DA4064;
}
</style>
border-color css
<style>
span { border-color: #DA4064; }
span { border-color: rgb(218,64,100); }
td.TdClassName
{
border-color: #DA4064;
}
.TagClassName
{
border-color: #DA4064;
}
</style>