Shades of Deep Cerise #D82F9C
Tints of Deep Cerise #D82F9C
RGB
CMYK
RGB Variations
Color information
#D82F9C (or 0xD82F9C) is known color: Deep Cerise. HEX triplet: D8, 2F and 9C. RGB value is (216,47,156). Sum of RGB (Red+Green+Blue) = 216+47+156=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F9C is #27D063. Grayscale: #6D6D6D. Windows color (decimal): -2609252 or 10235864. OLE color: 10235864.
HSL color Cylindrical-coordinate representation of color #D82F9C: hue angle of 321.3º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F9C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 156 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.15 |
| HSL | 321.3º | 0.68% | 0.52% | - |
| HSV(B) | 321.3º | 0.78% | 0.85% | - |
| XYZ | 35.34 | 19.03 | 33.26 | - |
| YUV | 109.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 156 | 0 | 0.78 | 0.28 | 0.15 | 321.3 | 0.68 | 0.52 |
| Hex | D8 | 2F | 9C | 0 | 4E | 1C | F | 141 | 44 | 34 |
| Octal | 330 | 57 | 234 | 0 | 116 | 34 | 17 | 501 | 104 | 64 |
| Binary | 11011000 | 101111 | 10011100 | 0 | 1001110 | 11100 | 1111 | 101000001 | 1000100 | 110100 |
Color Harmonies of #D82F9C
Complementary color
Monochromatic Colors of #D82F9C
Black with #D82F9C
Text Example
Text Example
White with #D82F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F9C; }
p { color: rgb(216,47,156); }
H1.HeaderClassName
{
color: #D82F9C;
}
.AnyTagClassName
{
color: #D82F9C;
}
</style>
background-color css
<style>
a { background-color: #D82F9C; }
a { background-color: rgb(216,47,156); }
div.DivClassName
{
background-color: #D82F9C;
}
.BgClassName
{
background-color: #D82F9C;
}
</style>
border-color css
<style>
span { border-color: #D82F9C; }
span { border-color: rgb(216,47,156); }
td.TdClassName
{
border-color: #D82F9C;
}
.TagClassName
{
border-color: #D82F9C;
}
</style>