Shades of Plum #DC95D4
Tints of Plum #DC95D4
RGB
CMYK
RGB Variations
Color information
#DC95D4 (or 0xDC95D4) is known color: Plum. HEX triplet: DC, 95 and D4. RGB value is (220,149,212). Sum of RGB (Red+Green+Blue) = 220+149+212=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D4 is #236A2B. Grayscale: #B1B1B1. Windows color (decimal): -2320940 or 13931996. OLE color: 13931996.
HSL color Cylindrical-coordinate representation of color #DC95D4: hue angle of 306.76º 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 #DC95D4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 212 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.14 |
| HSL | 306.76º | 0.5% | 0.72% | - |
| HSV(B) | 306.76º | 0.32% | 0.86% | - |
| XYZ | 52.15 | 41.46 | 67.54 | - |
| YUV | 177.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 212 | 0 | 0.32 | 0.04 | 0.14 | 306.76 | 0.5 | 0.72 |
| Hex | DC | 95 | D4 | 0 | 20 | 4 | E | 133 | 32 | 48 |
| Octal | 334 | 225 | 324 | 0 | 40 | 4 | 16 | 463 | 62 | 110 |
| Binary | 11011100 | 10010101 | 11010100 | 0 | 100000 | 100 | 1110 | 100110011 | 110010 | 1001000 |
Color Harmonies of #DC95D4
Complementary color
Monochromatic Colors of #DC95D4
Black with #DC95D4
Text Example
Text Example
White with #DC95D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95D4; }
p { color: rgb(220,149,212); }
H1.HeaderClassName
{
color: #DC95D4;
}
.AnyTagClassName
{
color: #DC95D4;
}
</style>
background-color css
<style>
a { background-color: #DC95D4; }
a { background-color: rgb(220,149,212); }
div.DivClassName
{
background-color: #DC95D4;
}
.BgClassName
{
background-color: #DC95D4;
}
</style>
border-color css
<style>
span { border-color: #DC95D4; }
span { border-color: rgb(220,149,212); }
td.TdClassName
{
border-color: #DC95D4;
}
.TagClassName
{
border-color: #DC95D4;
}
</style>