Shades of Cerise #DA2670
Tints of Cerise #DA2670
RGB
CMYK
RGB Variations
Color information
#DA2670 (or 0xDA2670) is known color: Cerise. HEX triplet: DA, 26 and 70. RGB value is (218,38,112). Sum of RGB (Red+Green+Blue) = 218+38+112=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2670 is #25D98F. Grayscale: #646464. Windows color (decimal): -2480528 or 7349978. OLE color: 7349978.
HSL color Cylindrical-coordinate representation of color #DA2670: hue angle of 335.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2670 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 112 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.15 |
| HSL | 335.33º | 0.71% | 0.5% | - |
| HSV(B) | 335.33º | 0.83% | 0.85% | - |
| XYZ | 32.53 | 17.46 | 16.99 | - |
| YUV | 100.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 112 | 0 | 0.83 | 0.49 | 0.15 | 335.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 70 | 0 | 53 | 31 | F | 14F | 47 | 32 |
| Octal | 332 | 46 | 160 | 0 | 123 | 61 | 17 | 517 | 107 | 62 |
| Binary | 11011010 | 100110 | 1110000 | 0 | 1010011 | 110001 | 1111 | 101001111 | 1000111 | 110010 |
Color Harmonies of #DA2670
Complementary color
Monochromatic Colors of #DA2670
Black with #DA2670
Text Example
Text Example
White with #DA2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2670; }
p { color: rgb(218,38,112); }
H1.HeaderClassName
{
color: #DA2670;
}
.AnyTagClassName
{
color: #DA2670;
}
</style>
background-color css
<style>
a { background-color: #DA2670; }
a { background-color: rgb(218,38,112); }
div.DivClassName
{
background-color: #DA2670;
}
.BgClassName
{
background-color: #DA2670;
}
</style>
border-color css
<style>
span { border-color: #DA2670; }
span { border-color: rgb(218,38,112); }
td.TdClassName
{
border-color: #DA2670;
}
.TagClassName
{
border-color: #DA2670;
}
</style>