Shades of Cerise #DA2868
Tints of Cerise #DA2868
RGB
CMYK
RGB Variations
Color information
#DA2868 (or 0xDA2868) is known color: Cerise. HEX triplet: DA, 28 and 68. RGB value is (218,40,104). Sum of RGB (Red+Green+Blue) = 218+40+104=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2868 is #25D797. Grayscale: #646464. Windows color (decimal): -2480024 or 6826202. OLE color: 6826202.
HSL color Cylindrical-coordinate representation of color #DA2868: hue angle of 338.43º 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 #DA2868 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 104 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.15 |
| HSL | 338.43º | 0.71% | 0.51% | - |
| HSV(B) | 338.43º | 0.82% | 0.85% | - |
| XYZ | 32.17 | 17.42 | 14.76 | - |
| YUV | 100.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 104 | 0 | 0.82 | 0.52 | 0.15 | 338.43 | 0.71 | 0.51 |
| Hex | DA | 28 | 68 | 0 | 52 | 34 | F | 152 | 47 | 33 |
| Octal | 332 | 50 | 150 | 0 | 122 | 64 | 17 | 522 | 107 | 63 |
| Binary | 11011010 | 101000 | 1101000 | 0 | 1010010 | 110100 | 1111 | 101010010 | 1000111 | 110011 |
Color Harmonies of #DA2868
Complementary color
Monochromatic Colors of #DA2868
Black with #DA2868
Text Example
Text Example
White with #DA2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2868; }
p { color: rgb(218,40,104); }
H1.HeaderClassName
{
color: #DA2868;
}
.AnyTagClassName
{
color: #DA2868;
}
</style>
background-color css
<style>
a { background-color: #DA2868; }
a { background-color: rgb(218,40,104); }
div.DivClassName
{
background-color: #DA2868;
}
.BgClassName
{
background-color: #DA2868;
}
</style>
border-color css
<style>
span { border-color: #DA2868; }
span { border-color: rgb(218,40,104); }
td.TdClassName
{
border-color: #DA2868;
}
.TagClassName
{
border-color: #DA2868;
}
</style>