Shades of Deep Cerise #D82273
Tints of Deep Cerise #D82273
RGB
CMYK
RGB Variations
Color information
#D82273 (or 0xD82273) is known color: Deep Cerise. HEX triplet: D8, 22 and 73. RGB value is (216,34,115). Sum of RGB (Red+Green+Blue) = 216+34+115=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D82273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82273 is #27DD8C. Grayscale: #616161. Windows color (decimal): -2612621 or 7545560. OLE color: 7545560.
HSL color Cylindrical-coordinate representation of color #D82273: hue angle of 333.3º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82273 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 115 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.15 |
| HSL | 333.3º | 0.73% | 0.49% | - |
| HSV(B) | 333.3º | 0.84% | 0.85% | - |
| XYZ | 31.99 | 16.98 | 17.81 | - |
| YUV | 97.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 115 | 0 | 0.84 | 0.47 | 0.15 | 333.3 | 0.73 | 0.49 |
| Hex | D8 | 22 | 73 | 0 | 54 | 2F | F | 14D | 49 | 31 |
| Octal | 330 | 42 | 163 | 0 | 124 | 57 | 17 | 515 | 111 | 61 |
| Binary | 11011000 | 100010 | 1110011 | 0 | 1010100 | 101111 | 1111 | 101001101 | 1001001 | 110001 |
Color Harmonies of #D82273
Complementary color
Monochromatic Colors of #D82273
Black with #D82273
Text Example
Text Example
White with #D82273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82273; }
p { color: rgb(216,34,115); }
H1.HeaderClassName
{
color: #D82273;
}
.AnyTagClassName
{
color: #D82273;
}
</style>
background-color css
<style>
a { background-color: #D82273; }
a { background-color: rgb(216,34,115); }
div.DivClassName
{
background-color: #D82273;
}
.BgClassName
{
background-color: #D82273;
}
</style>
border-color css
<style>
span { border-color: #D82273; }
span { border-color: rgb(216,34,115); }
td.TdClassName
{
border-color: #D82273;
}
.TagClassName
{
border-color: #D82273;
}
</style>