Shades of Deep Cerise #D82C9C
Tints of Deep Cerise #D82C9C
RGB
CMYK
RGB Variations
Color information
#D82C9C (or 0xD82C9C) is known color: Deep Cerise. HEX triplet: D8, 2C and 9C. RGB value is (216,44,156). Sum of RGB (Red+Green+Blue) = 216+44+156=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C9C is #27D363. Grayscale: #6B6B6B. Windows color (decimal): -2610020 or 10235096. OLE color: 10235096.
HSL color Cylindrical-coordinate representation of color #D82C9C: hue angle of 320.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C9C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 156 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.15 |
| HSL | 320.93º | 0.69% | 0.51% | - |
| HSV(B) | 320.93º | 0.8% | 0.85% | - |
| XYZ | 35.22 | 18.8 | 33.23 | - |
| YUV | 108.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 156 | 0 | 0.80 | 0.28 | 0.15 | 320.93 | 0.69 | 0.51 |
| Hex | D8 | 2C | 9C | 0 | 50 | 1C | F | 141 | 45 | 33 |
| Octal | 330 | 54 | 234 | 0 | 120 | 34 | 17 | 501 | 105 | 63 |
| Binary | 11011000 | 101100 | 10011100 | 0 | 1010000 | 11100 | 1111 | 101000001 | 1000101 | 110011 |
Color Harmonies of #D82C9C
Complementary color
Monochromatic Colors of #D82C9C
Black with #D82C9C
Text Example
Text Example
White with #D82C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C9C; }
p { color: rgb(216,44,156); }
H1.HeaderClassName
{
color: #D82C9C;
}
.AnyTagClassName
{
color: #D82C9C;
}
</style>
background-color css
<style>
a { background-color: #D82C9C; }
a { background-color: rgb(216,44,156); }
div.DivClassName
{
background-color: #D82C9C;
}
.BgClassName
{
background-color: #D82C9C;
}
</style>
border-color css
<style>
span { border-color: #D82C9C; }
span { border-color: rgb(216,44,156); }
td.TdClassName
{
border-color: #D82C9C;
}
.TagClassName
{
border-color: #D82C9C;
}
</style>