Shades of Cerise #DA2869
Tints of Cerise #DA2869
RGB
CMYK
RGB Variations
Color information
#DA2869 (or 0xDA2869) is known color: Cerise. HEX triplet: DA, 28 and 69. RGB value is (218,40,105). Sum of RGB (Red+Green+Blue) = 218+40+105=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2869 is #25D796. Grayscale: #646464. Windows color (decimal): -2480023 or 6891738. OLE color: 6891738.
HSL color Cylindrical-coordinate representation of color #DA2869: hue angle of 338.09º 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 #DA2869 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 105 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.15 |
| HSL | 338.09º | 0.71% | 0.51% | - |
| HSV(B) | 338.09º | 0.82% | 0.85% | - |
| XYZ | 32.22 | 17.44 | 15.03 | - |
| YUV | 100.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 105 | 0 | 0.82 | 0.52 | 0.15 | 338.09 | 0.71 | 0.51 |
| Hex | DA | 28 | 69 | 0 | 52 | 34 | F | 152 | 47 | 33 |
| Octal | 332 | 50 | 151 | 0 | 122 | 64 | 17 | 522 | 107 | 63 |
| Binary | 11011010 | 101000 | 1101001 | 0 | 1010010 | 110100 | 1111 | 101010010 | 1000111 | 110011 |
Color Harmonies of #DA2869
Complementary color
Monochromatic Colors of #DA2869
Black with #DA2869
Text Example
Text Example
White with #DA2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2869; }
p { color: rgb(218,40,105); }
H1.HeaderClassName
{
color: #DA2869;
}
.AnyTagClassName
{
color: #DA2869;
}
</style>
background-color css
<style>
a { background-color: #DA2869; }
a { background-color: rgb(218,40,105); }
div.DivClassName
{
background-color: #DA2869;
}
.BgClassName
{
background-color: #DA2869;
}
</style>
border-color css
<style>
span { border-color: #DA2869; }
span { border-color: rgb(218,40,105); }
td.TdClassName
{
border-color: #DA2869;
}
.TagClassName
{
border-color: #DA2869;
}
</style>