Shades of Cerise #DA255E
Tints of Cerise #DA255E
RGB
CMYK
RGB Variations
Color information
#DA255E (or 0xDA255E) is known color: Cerise. HEX triplet: DA, 25 and 5E. RGB value is (218,37,94). Sum of RGB (Red+Green+Blue) = 218+37+94=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA255E is #25DAA1. Grayscale: #616161. Windows color (decimal): -2480802 or 6170074. OLE color: 6170074.
HSL color Cylindrical-coordinate representation of color #DA255E: hue angle of 341.1º 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 #DA255E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 94 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.15 |
| HSL | 341.11º | 0.71% | 0.5% | - |
| HSV(B) | 341.11º | 0.83% | 0.85% | - |
| XYZ | 31.6 | 17.04 | 12.21 | - |
| YUV | 97.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 94 | 0 | 0.83 | 0.57 | 0.15 | 341.11 | 0.71 | 0.5 |
| Hex | DA | 25 | 5E | 0 | 53 | 39 | F | 155 | 47 | 32 |
| Octal | 332 | 45 | 136 | 0 | 123 | 71 | 17 | 525 | 107 | 62 |
| Binary | 11011010 | 100101 | 1011110 | 0 | 1010011 | 111001 | 1111 | 101010101 | 1000111 | 110010 |
Color Harmonies of #DA255E
Complementary color
Monochromatic Colors of #DA255E
Black with #DA255E
Text Example
Text Example
White with #DA255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA255E; }
p { color: rgb(218,37,94); }
H1.HeaderClassName
{
color: #DA255E;
}
.AnyTagClassName
{
color: #DA255E;
}
</style>
background-color css
<style>
a { background-color: #DA255E; }
a { background-color: rgb(218,37,94); }
div.DivClassName
{
background-color: #DA255E;
}
.BgClassName
{
background-color: #DA255E;
}
</style>
border-color css
<style>
span { border-color: #DA255E; }
span { border-color: rgb(218,37,94); }
td.TdClassName
{
border-color: #DA255E;
}
.TagClassName
{
border-color: #DA255E;
}
</style>