Shades of Plum #DC96D2
Tints of Plum #DC96D2
RGB
CMYK
RGB Variations
Color information
#DC96D2 (or 0xDC96D2) is known color: Plum. HEX triplet: DC, 96 and D2. RGB value is (220,150,210). Sum of RGB (Red+Green+Blue) = 220+150+210=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D2 is #23692D. Grayscale: #B1B1B1. Windows color (decimal): -2320686 or 13801180. OLE color: 13801180.
HSL color Cylindrical-coordinate representation of color #DC96D2: hue angle of 308.57º 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 #DC96D2 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 210 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.14 |
| HSL | 308.57º | 0.5% | 0.73% | - |
| HSV(B) | 308.57º | 0.32% | 0.86% | - |
| XYZ | 52.05 | 41.68 | 66.27 | - |
| YUV | 177.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 210 | 0 | 0.32 | 0.05 | 0.14 | 308.57 | 0.5 | 0.73 |
| Hex | DC | 96 | D2 | 0 | 20 | 5 | E | 135 | 32 | 49 |
| Octal | 334 | 226 | 322 | 0 | 40 | 5 | 16 | 465 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11010010 | 0 | 100000 | 101 | 1110 | 100110101 | 110010 | 1001001 |
Color Harmonies of #DC96D2
Complementary color
Monochromatic Colors of #DC96D2
Black with #DC96D2
Text Example
Text Example
White with #DC96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96D2; }
p { color: rgb(220,150,210); }
H1.HeaderClassName
{
color: #DC96D2;
}
.AnyTagClassName
{
color: #DC96D2;
}
</style>
background-color css
<style>
a { background-color: #DC96D2; }
a { background-color: rgb(220,150,210); }
div.DivClassName
{
background-color: #DC96D2;
}
.BgClassName
{
background-color: #DC96D2;
}
</style>
border-color css
<style>
span { border-color: #DC96D2; }
span { border-color: rgb(220,150,210); }
td.TdClassName
{
border-color: #DC96D2;
}
.TagClassName
{
border-color: #DC96D2;
}
</style>