Shades of Cerise #DA405E
Tints of Cerise #DA405E
RGB
CMYK
RGB Variations
Color information
#DA405E (or 0xDA405E) is known color: Cerise. HEX triplet: DA, 40 and 5E. RGB value is (218,64,94). Sum of RGB (Red+Green+Blue) = 218+64+94=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA405E is #25BFA1. Grayscale: #717171. Windows color (decimal): -2473890 or 6176986. OLE color: 6176986.
HSL color Cylindrical-coordinate representation of color #DA405E: hue angle of 348.31º 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 #DA405E is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 94 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.15 |
| HSL | 348.31º | 0.68% | 0.55% | - |
| HSV(B) | 348.31º | 0.71% | 0.85% | - |
| XYZ | 32.77 | 19.38 | 12.6 | - |
| YUV | 113.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 94 | 0 | 0.71 | 0.57 | 0.15 | 348.31 | 0.68 | 0.55 |
| Hex | DA | 40 | 5E | 0 | 47 | 39 | F | 15C | 44 | 37 |
| Octal | 332 | 100 | 136 | 0 | 107 | 71 | 17 | 534 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1011110 | 0 | 1000111 | 111001 | 1111 | 101011100 | 1000100 | 110111 |
Color Harmonies of #DA405E
Complementary color
Monochromatic Colors of #DA405E
Black with #DA405E
Text Example
Text Example
White with #DA405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA405E; }
p { color: rgb(218,64,94); }
H1.HeaderClassName
{
color: #DA405E;
}
.AnyTagClassName
{
color: #DA405E;
}
</style>
background-color css
<style>
a { background-color: #DA405E; }
a { background-color: rgb(218,64,94); }
div.DivClassName
{
background-color: #DA405E;
}
.BgClassName
{
background-color: #DA405E;
}
</style>
border-color css
<style>
span { border-color: #DA405E; }
span { border-color: rgb(218,64,94); }
td.TdClassName
{
border-color: #DA405E;
}
.TagClassName
{
border-color: #DA405E;
}
</style>