Shades of Plum #DC95D6
Tints of Plum #DC95D6
RGB
CMYK
RGB Variations
Color information
#DC95D6 (or 0xDC95D6) is known color: Plum. HEX triplet: DC, 95 and D6. RGB value is (220,149,214). Sum of RGB (Red+Green+Blue) = 220+149+214=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D6 is #236A29. Grayscale: #B1B1B1. Windows color (decimal): -2320938 or 14063068. OLE color: 14063068.
HSL color Cylindrical-coordinate representation of color #DC95D6: hue angle of 305.07º 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 #DC95D6 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 214 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 305.07º | 0.5% | 0.72% | - |
| HSV(B) | 305.07º | 0.32% | 0.86% | - |
| XYZ | 52.4 | 41.57 | 68.88 | - |
| YUV | 177.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 214 | 0 | 0.32 | 0.03 | 0.14 | 305.07 | 0.5 | 0.72 |
| Hex | DC | 95 | D6 | 0 | 20 | 3 | E | 131 | 32 | 48 |
| Octal | 334 | 225 | 326 | 0 | 40 | 3 | 16 | 461 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11010110 | 0 | 100000 | 11 | 1110 | 100110001 | 110010 | 1001000 |
Color Harmonies of #DC95D6
Complementary color
Monochromatic Colors of #DC95D6
Black with #DC95D6
Text Example
Text Example
White with #DC95D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95D6; }
p { color: rgb(220,149,214); }
H1.HeaderClassName
{
color: #DC95D6;
}
.AnyTagClassName
{
color: #DC95D6;
}
</style>
background-color css
<style>
a { background-color: #DC95D6; }
a { background-color: rgb(220,149,214); }
div.DivClassName
{
background-color: #DC95D6;
}
.BgClassName
{
background-color: #DC95D6;
}
</style>
border-color css
<style>
span { border-color: #DC95D6; }
span { border-color: rgb(220,149,214); }
td.TdClassName
{
border-color: #DC95D6;
}
.TagClassName
{
border-color: #DC95D6;
}
</style>