Shades of Plum #DC95CE
Tints of Plum #DC95CE
RGB
CMYK
RGB Variations
Color information
#DC95CE (or 0xDC95CE) is known color: Plum. HEX triplet: DC, 95 and CE. RGB value is (220,149,206). Sum of RGB (Red+Green+Blue) = 220+149+206=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95CE is #236A31. Grayscale: #B0B0B0. Windows color (decimal): -2320946 or 13538780. OLE color: 13538780.
HSL color Cylindrical-coordinate representation of color #DC95CE: hue angle of 311.83º 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 #DC95CE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 206 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.14 |
| HSL | 311.83º | 0.5% | 0.72% | - |
| HSV(B) | 311.83º | 0.32% | 0.86% | - |
| XYZ | 51.4 | 41.17 | 63.63 | - |
| YUV | 176.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 206 | 0 | 0.32 | 0.06 | 0.14 | 311.83 | 0.5 | 0.72 |
| Hex | DC | 95 | CE | 0 | 20 | 6 | E | 138 | 32 | 48 |
| Octal | 334 | 225 | 316 | 0 | 40 | 6 | 16 | 470 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11001110 | 0 | 100000 | 110 | 1110 | 100111000 | 110010 | 1001000 |
Color Harmonies of #DC95CE
Complementary color
Monochromatic Colors of #DC95CE
Black with #DC95CE
Text Example
Text Example
White with #DC95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95CE; }
p { color: rgb(220,149,206); }
H1.HeaderClassName
{
color: #DC95CE;
}
.AnyTagClassName
{
color: #DC95CE;
}
</style>
background-color css
<style>
a { background-color: #DC95CE; }
a { background-color: rgb(220,149,206); }
div.DivClassName
{
background-color: #DC95CE;
}
.BgClassName
{
background-color: #DC95CE;
}
</style>
border-color css
<style>
span { border-color: #DC95CE; }
span { border-color: rgb(220,149,206); }
td.TdClassName
{
border-color: #DC95CE;
}
.TagClassName
{
border-color: #DC95CE;
}
</style>