Shades of Deep Cerise #D82277
Tints of Deep Cerise #D82277
RGB
CMYK
RGB Variations
Color information
#D82277 (or 0xD82277) is known color: Deep Cerise. HEX triplet: D8, 22 and 77. RGB value is (216,34,119). Sum of RGB (Red+Green+Blue) = 216+34+119=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D82277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82277 is #27DD88. Grayscale: #616161. Windows color (decimal): -2612617 or 7807704. OLE color: 7807704.
HSL color Cylindrical-coordinate representation of color #D82277: hue angle of 331.98º 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 #D82277 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 119 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.15 |
| HSL | 331.98º | 0.73% | 0.49% | - |
| HSV(B) | 331.98º | 0.84% | 0.85% | - |
| XYZ | 32.22 | 17.07 | 19.05 | - |
| YUV | 98.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 119 | 0 | 0.84 | 0.45 | 0.15 | 331.98 | 0.73 | 0.49 |
| Hex | D8 | 22 | 77 | 0 | 54 | 2D | F | 14C | 49 | 31 |
| Octal | 330 | 42 | 167 | 0 | 124 | 55 | 17 | 514 | 111 | 61 |
| Binary | 11011000 | 100010 | 1110111 | 0 | 1010100 | 101101 | 1111 | 101001100 | 1001001 | 110001 |
Color Harmonies of #D82277
Complementary color
Monochromatic Colors of #D82277
Black with #D82277
Text Example
Text Example
White with #D82277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82277; }
p { color: rgb(216,34,119); }
H1.HeaderClassName
{
color: #D82277;
}
.AnyTagClassName
{
color: #D82277;
}
</style>
background-color css
<style>
a { background-color: #D82277; }
a { background-color: rgb(216,34,119); }
div.DivClassName
{
background-color: #D82277;
}
.BgClassName
{
background-color: #D82277;
}
</style>
border-color css
<style>
span { border-color: #D82277; }
span { border-color: rgb(216,34,119); }
td.TdClassName
{
border-color: #D82277;
}
.TagClassName
{
border-color: #D82277;
}
</style>