Shades of Deep Cerise #D83082
Tints of Deep Cerise #D83082
RGB
CMYK
RGB Variations
Color information
#D83082 (or 0xD83082) is known color: Deep Cerise. HEX triplet: D8, 30 and 82. RGB value is (216,48,130). Sum of RGB (Red+Green+Blue) = 216+48+130=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D83082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83082 is #27CF7D. Grayscale: #6B6B6B. Windows color (decimal): -2609022 or 8532184. OLE color: 8532184.
HSL color Cylindrical-coordinate representation of color #D83082: hue angle of 330.71º 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 #D83082 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 130 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.15 |
| HSL | 330.71º | 0.68% | 0.52% | - |
| HSV(B) | 330.71º | 0.78% | 0.85% | - |
| XYZ | 33.41 | 18.32 | 22.9 | - |
| YUV | 107.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 130 | 0 | 0.78 | 0.40 | 0.15 | 330.71 | 0.68 | 0.52 |
| Hex | D8 | 30 | 82 | 0 | 4E | 28 | F | 14B | 44 | 34 |
| Octal | 330 | 60 | 202 | 0 | 116 | 50 | 17 | 513 | 104 | 64 |
| Binary | 11011000 | 110000 | 10000010 | 0 | 1001110 | 101000 | 1111 | 101001011 | 1000100 | 110100 |
Color Harmonies of #D83082
Complementary color
Monochromatic Colors of #D83082
Black with #D83082
Text Example
Text Example
White with #D83082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83082; }
p { color: rgb(216,48,130); }
H1.HeaderClassName
{
color: #D83082;
}
.AnyTagClassName
{
color: #D83082;
}
</style>
background-color css
<style>
a { background-color: #D83082; }
a { background-color: rgb(216,48,130); }
div.DivClassName
{
background-color: #D83082;
}
.BgClassName
{
background-color: #D83082;
}
</style>
border-color css
<style>
span { border-color: #D83082; }
span { border-color: rgb(216,48,130); }
td.TdClassName
{
border-color: #D83082;
}
.TagClassName
{
border-color: #D83082;
}
</style>