Shades of Deep Cerise #D82174
Tints of Deep Cerise #D82174
RGB
CMYK
RGB Variations
Color information
#D82174 (or 0xD82174) is known color: Deep Cerise. HEX triplet: D8, 21 and 74. RGB value is (216,33,116). Sum of RGB (Red+Green+Blue) = 216+33+116=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D82174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82174 is #27DE8B. Grayscale: #616161. Windows color (decimal): -2612876 or 7610840. OLE color: 7610840.
HSL color Cylindrical-coordinate representation of color #D82174: hue angle of 332.79º degrees, saturation: 0.73, 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 #D82174 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 116 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.15 |
| HSL | 332.79º | 0.73% | 0.49% | - |
| HSV(B) | 332.79º | 0.85% | 0.85% | - |
| XYZ | 32.02 | 16.95 | 18.11 | - |
| YUV | 97.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 116 | 0 | 0.85 | 0.46 | 0.15 | 332.79 | 0.73 | 0.49 |
| Hex | D8 | 21 | 74 | 0 | 55 | 2E | F | 14D | 49 | 31 |
| Octal | 330 | 41 | 164 | 0 | 125 | 56 | 17 | 515 | 111 | 61 |
| Binary | 11011000 | 100001 | 1110100 | 0 | 1010101 | 101110 | 1111 | 101001101 | 1001001 | 110001 |
Color Harmonies of #D82174
Complementary color
Monochromatic Colors of #D82174
Black with #D82174
Text Example
Text Example
White with #D82174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82174; }
p { color: rgb(216,33,116); }
H1.HeaderClassName
{
color: #D82174;
}
.AnyTagClassName
{
color: #D82174;
}
</style>
background-color css
<style>
a { background-color: #D82174; }
a { background-color: rgb(216,33,116); }
div.DivClassName
{
background-color: #D82174;
}
.BgClassName
{
background-color: #D82174;
}
</style>
border-color css
<style>
span { border-color: #D82174; }
span { border-color: rgb(216,33,116); }
td.TdClassName
{
border-color: #D82174;
}
.TagClassName
{
border-color: #D82174;
}
</style>