Shades of Deep Cerise #D82D92
Tints of Deep Cerise #D82D92
RGB
CMYK
RGB Variations
Color information
#D82D92 (or 0xD82D92) is known color: Deep Cerise. HEX triplet: D8, 2D and 92. RGB value is (216,45,146). Sum of RGB (Red+Green+Blue) = 216+45+146=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82D92 is #27D26D. Grayscale: #6B6B6B. Windows color (decimal): -2609774 or 9579992. OLE color: 9579992.
HSL color Cylindrical-coordinate representation of color #D82D92: hue angle of 324.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D92 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 146 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.15 |
| HSL | 324.56º | 0.69% | 0.51% | - |
| HSV(B) | 324.56º | 0.79% | 0.85% | - |
| XYZ | 34.45 | 18.55 | 28.96 | - |
| YUV | 107.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 146 | 0 | 0.79 | 0.32 | 0.15 | 324.56 | 0.69 | 0.51 |
| Hex | D8 | 2D | 92 | 0 | 4F | 20 | F | 145 | 45 | 33 |
| Octal | 330 | 55 | 222 | 0 | 117 | 40 | 17 | 505 | 105 | 63 |
| Binary | 11011000 | 101101 | 10010010 | 0 | 1001111 | 100000 | 1111 | 101000101 | 1000101 | 110011 |
Color Harmonies of #D82D92
Complementary color
Monochromatic Colors of #D82D92
Black with #D82D92
Text Example
Text Example
White with #D82D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D92; }
p { color: rgb(216,45,146); }
H1.HeaderClassName
{
color: #D82D92;
}
.AnyTagClassName
{
color: #D82D92;
}
</style>
background-color css
<style>
a { background-color: #D82D92; }
a { background-color: rgb(216,45,146); }
div.DivClassName
{
background-color: #D82D92;
}
.BgClassName
{
background-color: #D82D92;
}
</style>
border-color css
<style>
span { border-color: #D82D92; }
span { border-color: rgb(216,45,146); }
td.TdClassName
{
border-color: #D82D92;
}
.TagClassName
{
border-color: #D82D92;
}
</style>