Shades of Plum #DC96CF
Tints of Plum #DC96CF
RGB
CMYK
RGB Variations
Color information
#DC96CF (or 0xDC96CF) is known color: Plum. HEX triplet: DC, 96 and CF. RGB value is (220,150,207). Sum of RGB (Red+Green+Blue) = 220+150+207=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CF is #236930. Grayscale: #B1B1B1. Windows color (decimal): -2320689 or 13604572. OLE color: 13604572.
HSL color Cylindrical-coordinate representation of color #DC96CF: hue angle of 311.14º 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 #DC96CF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 207 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.14 |
| HSL | 311.14º | 0.5% | 0.73% | - |
| HSV(B) | 311.14º | 0.32% | 0.86% | - |
| XYZ | 51.68 | 41.53 | 64.32 | - |
| YUV | 177.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 207 | 0 | 0.32 | 0.06 | 0.14 | 311.14 | 0.5 | 0.73 |
| Hex | DC | 96 | CF | 0 | 20 | 6 | E | 137 | 32 | 49 |
| Octal | 334 | 226 | 317 | 0 | 40 | 6 | 16 | 467 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11001111 | 0 | 100000 | 110 | 1110 | 100110111 | 110010 | 1001001 |
Color Harmonies of #DC96CF
Complementary color
Monochromatic Colors of #DC96CF
Black with #DC96CF
Text Example
Text Example
White with #DC96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96CF; }
p { color: rgb(220,150,207); }
H1.HeaderClassName
{
color: #DC96CF;
}
.AnyTagClassName
{
color: #DC96CF;
}
</style>
background-color css
<style>
a { background-color: #DC96CF; }
a { background-color: rgb(220,150,207); }
div.DivClassName
{
background-color: #DC96CF;
}
.BgClassName
{
background-color: #DC96CF;
}
</style>
border-color css
<style>
span { border-color: #DC96CF; }
span { border-color: rgb(220,150,207); }
td.TdClassName
{
border-color: #DC96CF;
}
.TagClassName
{
border-color: #DC96CF;
}
</style>