Shades of Deep Cerise #DA2176
Tints of Deep Cerise #DA2176
RGB
CMYK
RGB Variations
Color information
#DA2176 (or 0xDA2176) is known color: Deep Cerise. HEX triplet: DA, 21 and 76. RGB value is (218,33,118). Sum of RGB (Red+Green+Blue) = 218+33+118=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2176 is #25DE89. Grayscale: #616161. Windows color (decimal): -2481802 or 7741914. OLE color: 7741914.
HSL color Cylindrical-coordinate representation of color #DA2176: hue angle of 332.43º 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 #DA2176 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 118 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.15 |
| HSL | 332.43º | 0.74% | 0.49% | - |
| HSV(B) | 332.43º | 0.85% | 0.85% | - |
| XYZ | 32.73 | 17.3 | 18.75 | - |
| YUV | 98.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 118 | 0 | 0.85 | 0.46 | 0.15 | 332.43 | 0.74 | 0.49 |
| Hex | DA | 21 | 76 | 0 | 55 | 2E | F | 14C | 4A | 31 |
| Octal | 332 | 41 | 166 | 0 | 125 | 56 | 17 | 514 | 112 | 61 |
| Binary | 11011010 | 100001 | 1110110 | 0 | 1010101 | 101110 | 1111 | 101001100 | 1001010 | 110001 |
Color Harmonies of #DA2176
Complementary color
Monochromatic Colors of #DA2176
Black with #DA2176
Text Example
Text Example
White with #DA2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2176; }
p { color: rgb(218,33,118); }
H1.HeaderClassName
{
color: #DA2176;
}
.AnyTagClassName
{
color: #DA2176;
}
</style>
background-color css
<style>
a { background-color: #DA2176; }
a { background-color: rgb(218,33,118); }
div.DivClassName
{
background-color: #DA2176;
}
.BgClassName
{
background-color: #DA2176;
}
</style>
border-color css
<style>
span { border-color: #DA2176; }
span { border-color: rgb(218,33,118); }
td.TdClassName
{
border-color: #DA2176;
}
.TagClassName
{
border-color: #DA2176;
}
</style>