Shades of Plum #DC96DF
Tints of Plum #DC96DF
RGB
CMYK
RGB Variations
Color information
#DC96DF (or 0xDC96DF) is known color: Plum. HEX triplet: DC, 96 and DF. RGB value is (220,150,223). Sum of RGB (Red+Green+Blue) = 220+150+223=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DF is #236920. Grayscale: #B3B3B3. Windows color (decimal): -2320673 or 14653148. OLE color: 14653148.
HSL color Cylindrical-coordinate representation of color #DC96DF: hue angle of 297.53º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC96DF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 150 | 223 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.13 |
| HSL | 297.53º | 0.53% | 0.73% | - |
| HSV(B) | 297.53º | 0.33% | 0.87% | - |
| XYZ | 53.74 | 42.36 | 75.16 | - |
| YUV | 179.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 223 | 0.01 | 0.33 | 0 | 0.13 | 297.53 | 0.53 | 0.73 |
| Hex | DC | 96 | DF | 1 | 21 | 0 | D | 12A | 35 | 49 |
| Octal | 334 | 226 | 337 | 1 | 41 | 0 | 15 | 452 | 65 | 111 |
| Binary | 11011100 | 10010110 | 11011111 | 1 | 100001 | 0 | 1101 | 100101010 | 110101 | 1001001 |
Color Harmonies of #DC96DF
Complementary color
Monochromatic Colors of #DC96DF
Black with #DC96DF
Text Example
Text Example
White with #DC96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96DF; }
p { color: rgb(220,150,223); }
H1.HeaderClassName
{
color: #DC96DF;
}
.AnyTagClassName
{
color: #DC96DF;
}
</style>
background-color css
<style>
a { background-color: #DC96DF; }
a { background-color: rgb(220,150,223); }
div.DivClassName
{
background-color: #DC96DF;
}
.BgClassName
{
background-color: #DC96DF;
}
</style>
border-color css
<style>
span { border-color: #DC96DF; }
span { border-color: rgb(220,150,223); }
td.TdClassName
{
border-color: #DC96DF;
}
.TagClassName
{
border-color: #DC96DF;
}
</style>