Shades of Cerise #DA286D
Tints of Cerise #DA286D
RGB
CMYK
RGB Variations
Color information
#DA286D (or 0xDA286D) is known color: Cerise. HEX triplet: DA, 28 and 6D. RGB value is (218,40,109). Sum of RGB (Red+Green+Blue) = 218+40+109=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA286D is #25D792. Grayscale: #646464. Windows color (decimal): -2480019 or 7153882. OLE color: 7153882.
HSL color Cylindrical-coordinate representation of color #DA286D: hue angle of 336.74º 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 #DA286D is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 109 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.15 |
| HSL | 336.74º | 0.71% | 0.51% | - |
| HSV(B) | 336.74º | 0.82% | 0.85% | - |
| XYZ | 32.43 | 17.53 | 16.14 | - |
| YUV | 101.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 109 | 0 | 0.82 | 0.5 | 0.15 | 336.74 | 0.71 | 0.51 |
| Hex | DA | 28 | 6D | 0 | 52 | 32 | F | 151 | 47 | 33 |
| Octal | 332 | 50 | 155 | 0 | 122 | 62 | 17 | 521 | 107 | 63 |
| Binary | 11011010 | 101000 | 1101101 | 0 | 1010010 | 110010 | 1111 | 101010001 | 1000111 | 110011 |
Color Harmonies of #DA286D
Complementary color
Monochromatic Colors of #DA286D
Black with #DA286D
Text Example
Text Example
White with #DA286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA286D; }
p { color: rgb(218,40,109); }
H1.HeaderClassName
{
color: #DA286D;
}
.AnyTagClassName
{
color: #DA286D;
}
</style>
background-color css
<style>
a { background-color: #DA286D; }
a { background-color: rgb(218,40,109); }
div.DivClassName
{
background-color: #DA286D;
}
.BgClassName
{
background-color: #DA286D;
}
</style>
border-color css
<style>
span { border-color: #DA286D; }
span { border-color: rgb(218,40,109); }
td.TdClassName
{
border-color: #DA286D;
}
.TagClassName
{
border-color: #DA286D;
}
</style>