Shades of Plum #DC95D7
Tints of Plum #DC95D7
RGB
CMYK
RGB Variations
Color information
#DC95D7 (or 0xDC95D7) is known color: Plum. HEX triplet: DC, 95 and D7. RGB value is (220,149,215). Sum of RGB (Red+Green+Blue) = 220+149+215=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D7 is #236A28. Grayscale: #B1B1B1. Windows color (decimal): -2320937 or 14128604. OLE color: 14128604.
HSL color Cylindrical-coordinate representation of color #DC95D7: hue angle of 304.23º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95D7 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 215 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.14 |
| HSL | 304.23º | 0.5% | 0.72% | - |
| HSV(B) | 304.23º | 0.32% | 0.86% | - |
| XYZ | 52.53 | 41.62 | 69.55 | - |
| YUV | 177.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 215 | 0 | 0.32 | 0.02 | 0.14 | 304.23 | 0.5 | 0.72 |
| Hex | DC | 95 | D7 | 0 | 20 | 2 | E | 130 | 32 | 48 |
| Octal | 334 | 225 | 327 | 0 | 40 | 2 | 16 | 460 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11010111 | 0 | 100000 | 10 | 1110 | 100110000 | 110010 | 1001000 |
Color Harmonies of #DC95D7
Complementary color
Monochromatic Colors of #DC95D7
Black with #DC95D7
Text Example
Text Example
White with #DC95D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95D7; }
p { color: rgb(220,149,215); }
H1.HeaderClassName
{
color: #DC95D7;
}
.AnyTagClassName
{
color: #DC95D7;
}
</style>
background-color css
<style>
a { background-color: #DC95D7; }
a { background-color: rgb(220,149,215); }
div.DivClassName
{
background-color: #DC95D7;
}
.BgClassName
{
background-color: #DC95D7;
}
</style>
border-color css
<style>
span { border-color: #DC95D7; }
span { border-color: rgb(220,149,215); }
td.TdClassName
{
border-color: #DC95D7;
}
.TagClassName
{
border-color: #DC95D7;
}
</style>