Shades of Deep Cerise #D83682
Tints of Deep Cerise #D83682
RGB
CMYK
RGB Variations
Color information
#D83682 (or 0xD83682) is known color: Deep Cerise. HEX triplet: D8, 36 and 82. RGB value is (216,54,130). Sum of RGB (Red+Green+Blue) = 216+54+130=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D83682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83682 is #27C97D. Grayscale: #6E6E6E. Windows color (decimal): -2607486 or 8533720. OLE color: 8533720.
HSL color Cylindrical-coordinate representation of color #D83682: hue angle of 331.85º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83682 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 130 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.15 |
| HSL | 331.85º | 0.68% | 0.53% | - |
| HSV(B) | 331.85º | 0.75% | 0.85% | - |
| XYZ | 33.67 | 18.85 | 22.98 | - |
| YUV | 111.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 130 | 0 | 0.75 | 0.40 | 0.15 | 331.85 | 0.68 | 0.53 |
| Hex | D8 | 36 | 82 | 0 | 4B | 28 | F | 14C | 44 | 35 |
| Octal | 330 | 66 | 202 | 0 | 113 | 50 | 17 | 514 | 104 | 65 |
| Binary | 11011000 | 110110 | 10000010 | 0 | 1001011 | 101000 | 1111 | 101001100 | 1000100 | 110101 |
Color Harmonies of #D83682
Complementary color
Monochromatic Colors of #D83682
Black with #D83682
Text Example
Text Example
White with #D83682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83682; }
p { color: rgb(216,54,130); }
H1.HeaderClassName
{
color: #D83682;
}
.AnyTagClassName
{
color: #D83682;
}
</style>
background-color css
<style>
a { background-color: #D83682; }
a { background-color: rgb(216,54,130); }
div.DivClassName
{
background-color: #D83682;
}
.BgClassName
{
background-color: #D83682;
}
</style>
border-color css
<style>
span { border-color: #D83682; }
span { border-color: rgb(216,54,130); }
td.TdClassName
{
border-color: #D83682;
}
.TagClassName
{
border-color: #D83682;
}
</style>