Shades of Plum #DC96D0
Tints of Plum #DC96D0
RGB
CMYK
RGB Variations
Color information
#DC96D0 (or 0xDC96D0) is known color: Plum. HEX triplet: DC, 96 and D0. RGB value is (220,150,208). Sum of RGB (Red+Green+Blue) = 220+150+208=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D0 is #23692F. Grayscale: #B1B1B1. Windows color (decimal): -2320688 or 13670108. OLE color: 13670108.
HSL color Cylindrical-coordinate representation of color #DC96D0: hue angle of 310.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96D0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 208 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.14 |
| HSL | 310.29º | 0.5% | 0.73% | - |
| HSV(B) | 310.29º | 0.32% | 0.86% | - |
| XYZ | 51.81 | 41.58 | 64.97 | - |
| YUV | 177.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 208 | 0 | 0.32 | 0.05 | 0.14 | 310.29 | 0.5 | 0.73 |
| Hex | DC | 96 | D0 | 0 | 20 | 5 | E | 136 | 32 | 49 |
| Octal | 334 | 226 | 320 | 0 | 40 | 5 | 16 | 466 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11010000 | 0 | 100000 | 101 | 1110 | 100110110 | 110010 | 1001001 |
Color Harmonies of #DC96D0
Complementary color
Monochromatic Colors of #DC96D0
Black with #DC96D0
Text Example
Text Example
White with #DC96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96D0; }
p { color: rgb(220,150,208); }
H1.HeaderClassName
{
color: #DC96D0;
}
.AnyTagClassName
{
color: #DC96D0;
}
</style>
background-color css
<style>
a { background-color: #DC96D0; }
a { background-color: rgb(220,150,208); }
div.DivClassName
{
background-color: #DC96D0;
}
.BgClassName
{
background-color: #DC96D0;
}
</style>
border-color css
<style>
span { border-color: #DC96D0; }
span { border-color: rgb(220,150,208); }
td.TdClassName
{
border-color: #DC96D0;
}
.TagClassName
{
border-color: #DC96D0;
}
</style>