Shades of Plum #DC95D5
Tints of Plum #DC95D5
RGB
CMYK
RGB Variations
Color information
#DC95D5 (or 0xDC95D5) is known color: Plum. HEX triplet: DC, 95 and D5. RGB value is (220,149,213). Sum of RGB (Red+Green+Blue) = 220+149+213=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D5 is #236A2A. Grayscale: #B1B1B1. Windows color (decimal): -2320939 or 13997532. OLE color: 13997532.
HSL color Cylindrical-coordinate representation of color #DC95D5: hue angle of 305.92º 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 #DC95D5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 213 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.14 |
| HSL | 305.92º | 0.5% | 0.72% | - |
| HSV(B) | 305.92º | 0.32% | 0.86% | - |
| XYZ | 52.27 | 41.51 | 68.21 | - |
| YUV | 177.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 213 | 0 | 0.32 | 0.03 | 0.14 | 305.92 | 0.5 | 0.72 |
| Hex | DC | 95 | D5 | 0 | 20 | 3 | E | 132 | 32 | 48 |
| Octal | 334 | 225 | 325 | 0 | 40 | 3 | 16 | 462 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11010101 | 0 | 100000 | 11 | 1110 | 100110010 | 110010 | 1001000 |
Color Harmonies of #DC95D5
Complementary color
Monochromatic Colors of #DC95D5
Black with #DC95D5
Text Example
Text Example
White with #DC95D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95D5; }
p { color: rgb(220,149,213); }
H1.HeaderClassName
{
color: #DC95D5;
}
.AnyTagClassName
{
color: #DC95D5;
}
</style>
background-color css
<style>
a { background-color: #DC95D5; }
a { background-color: rgb(220,149,213); }
div.DivClassName
{
background-color: #DC95D5;
}
.BgClassName
{
background-color: #DC95D5;
}
</style>
border-color css
<style>
span { border-color: #DC95D5; }
span { border-color: rgb(220,149,213); }
td.TdClassName
{
border-color: #DC95D5;
}
.TagClassName
{
border-color: #DC95D5;
}
</style>