Shades of Plum #DC95D2
Tints of Plum #DC95D2
RGB
CMYK
RGB Variations
Color information
#DC95D2 (or 0xDC95D2) is known color: Plum. HEX triplet: DC, 95 and D2. RGB value is (220,149,210). Sum of RGB (Red+Green+Blue) = 220+149+210=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D2 is #236A2D. Grayscale: #B1B1B1. Windows color (decimal): -2320942 or 13800924. OLE color: 13800924.
HSL color Cylindrical-coordinate representation of color #DC95D2: hue angle of 308.45º 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 #DC95D2 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 210 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.14 |
| HSL | 308.45º | 0.5% | 0.72% | - |
| HSV(B) | 308.45º | 0.32% | 0.86% | - |
| XYZ | 51.9 | 41.36 | 66.22 | - |
| YUV | 177.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 210 | 0 | 0.32 | 0.05 | 0.14 | 308.45 | 0.5 | 0.72 |
| Hex | DC | 95 | D2 | 0 | 20 | 5 | E | 134 | 32 | 48 |
| Octal | 334 | 225 | 322 | 0 | 40 | 5 | 16 | 464 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11010010 | 0 | 100000 | 101 | 1110 | 100110100 | 110010 | 1001000 |
Color Harmonies of #DC95D2
Complementary color
Monochromatic Colors of #DC95D2
Black with #DC95D2
Text Example
Text Example
White with #DC95D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95D2; }
p { color: rgb(220,149,210); }
H1.HeaderClassName
{
color: #DC95D2;
}
.AnyTagClassName
{
color: #DC95D2;
}
</style>
background-color css
<style>
a { background-color: #DC95D2; }
a { background-color: rgb(220,149,210); }
div.DivClassName
{
background-color: #DC95D2;
}
.BgClassName
{
background-color: #DC95D2;
}
</style>
border-color css
<style>
span { border-color: #DC95D2; }
span { border-color: rgb(220,149,210); }
td.TdClassName
{
border-color: #DC95D2;
}
.TagClassName
{
border-color: #DC95D2;
}
</style>