Shades of Cerise #DA2172
Tints of Cerise #DA2172
RGB
CMYK
RGB Variations
Color information
#DA2172 (or 0xDA2172) is known color: Cerise. HEX triplet: DA, 21 and 72. RGB value is (218,33,114). Sum of RGB (Red+Green+Blue) = 218+33+114=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2172 is #25DE8D. Grayscale: #616161. Windows color (decimal): -2481806 or 7479770. OLE color: 7479770.
HSL color Cylindrical-coordinate representation of color #DA2172: hue angle of 333.73º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2172 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 114 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.15 |
| HSL | 333.73º | 0.74% | 0.49% | - |
| HSV(B) | 333.73º | 0.85% | 0.85% | - |
| XYZ | 32.49 | 17.21 | 17.53 | - |
| YUV | 97.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 114 | 0 | 0.85 | 0.48 | 0.15 | 333.73 | 0.74 | 0.49 |
| Hex | DA | 21 | 72 | 0 | 55 | 30 | F | 14E | 4A | 31 |
| Octal | 332 | 41 | 162 | 0 | 125 | 60 | 17 | 516 | 112 | 61 |
| Binary | 11011010 | 100001 | 1110010 | 0 | 1010101 | 110000 | 1111 | 101001110 | 1001010 | 110001 |
Color Harmonies of #DA2172
Complementary color
Monochromatic Colors of #DA2172
Black with #DA2172
Text Example
Text Example
White with #DA2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2172; }
p { color: rgb(218,33,114); }
H1.HeaderClassName
{
color: #DA2172;
}
.AnyTagClassName
{
color: #DA2172;
}
</style>
background-color css
<style>
a { background-color: #DA2172; }
a { background-color: rgb(218,33,114); }
div.DivClassName
{
background-color: #DA2172;
}
.BgClassName
{
background-color: #DA2172;
}
</style>
border-color css
<style>
span { border-color: #DA2172; }
span { border-color: rgb(218,33,114); }
td.TdClassName
{
border-color: #DA2172;
}
.TagClassName
{
border-color: #DA2172;
}
</style>