Shades of Cerise #DA286E
Tints of Cerise #DA286E
RGB
CMYK
RGB Variations
Color information
#DA286E (or 0xDA286E) is known color: Cerise. HEX triplet: DA, 28 and 6E. RGB value is (218,40,110). Sum of RGB (Red+Green+Blue) = 218+40+110=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA286E is #25D791. Grayscale: #656565. Windows color (decimal): -2480018 or 7219418. OLE color: 7219418.
HSL color Cylindrical-coordinate representation of color #DA286E: hue angle of 336.4º 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 #DA286E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 110 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.15 |
| HSL | 336.4º | 0.71% | 0.51% | - |
| HSV(B) | 336.4º | 0.82% | 0.85% | - |
| XYZ | 32.49 | 17.55 | 16.43 | - |
| YUV | 101.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 110 | 0 | 0.82 | 0.50 | 0.15 | 336.4 | 0.71 | 0.51 |
| Hex | DA | 28 | 6E | 0 | 52 | 32 | F | 150 | 47 | 33 |
| Octal | 332 | 50 | 156 | 0 | 122 | 62 | 17 | 520 | 107 | 63 |
| Binary | 11011010 | 101000 | 1101110 | 0 | 1010010 | 110010 | 1111 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DA286E
Complementary color
Monochromatic Colors of #DA286E
Black with #DA286E
Text Example
Text Example
White with #DA286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA286E; }
p { color: rgb(218,40,110); }
H1.HeaderClassName
{
color: #DA286E;
}
.AnyTagClassName
{
color: #DA286E;
}
</style>
background-color css
<style>
a { background-color: #DA286E; }
a { background-color: rgb(218,40,110); }
div.DivClassName
{
background-color: #DA286E;
}
.BgClassName
{
background-color: #DA286E;
}
</style>
border-color css
<style>
span { border-color: #DA286E; }
span { border-color: rgb(218,40,110); }
td.TdClassName
{
border-color: #DA286E;
}
.TagClassName
{
border-color: #DA286E;
}
</style>