Shades of Cerise #DA285E
Tints of Cerise #DA285E
RGB
CMYK
RGB Variations
Color information
#DA285E (or 0xDA285E) is known color: Cerise. HEX triplet: DA, 28 and 5E. RGB value is (218,40,94). Sum of RGB (Red+Green+Blue) = 218+40+94=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA285E is #25D7A1. Grayscale: #636363. Windows color (decimal): -2480034 or 6170842. OLE color: 6170842.
HSL color Cylindrical-coordinate representation of color #DA285E: hue angle of 341.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA285E is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 94 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.15 |
| HSL | 341.8º | 0.71% | 0.51% | - |
| HSV(B) | 341.8º | 0.82% | 0.85% | - |
| XYZ | 31.69 | 17.23 | 12.25 | - |
| YUV | 99.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 94 | 0 | 0.82 | 0.57 | 0.15 | 341.8 | 0.71 | 0.51 |
| Hex | DA | 28 | 5E | 0 | 52 | 39 | F | 156 | 47 | 33 |
| Octal | 332 | 50 | 136 | 0 | 122 | 71 | 17 | 526 | 107 | 63 |
| Binary | 11011010 | 101000 | 1011110 | 0 | 1010010 | 111001 | 1111 | 101010110 | 1000111 | 110011 |
Color Harmonies of #DA285E
Complementary color
Monochromatic Colors of #DA285E
Black with #DA285E
Text Example
Text Example
White with #DA285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA285E; }
p { color: rgb(218,40,94); }
H1.HeaderClassName
{
color: #DA285E;
}
.AnyTagClassName
{
color: #DA285E;
}
</style>
background-color css
<style>
a { background-color: #DA285E; }
a { background-color: rgb(218,40,94); }
div.DivClassName
{
background-color: #DA285E;
}
.BgClassName
{
background-color: #DA285E;
}
</style>
border-color css
<style>
span { border-color: #DA285E; }
span { border-color: rgb(218,40,94); }
td.TdClassName
{
border-color: #DA285E;
}
.TagClassName
{
border-color: #DA285E;
}
</style>