Shades of Plum #DC94DC
Tints of Plum #DC94DC
RGB
CMYK
RGB Variations
Color information
#DC94DC (or 0xDC94DC) is known color: Plum. HEX triplet: DC, 94 and DC. RGB value is (220,148,220). Sum of RGB (Red+Green+Blue) = 220+148+220=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94DC is #236B23. Grayscale: #B1B1B1. Windows color (decimal): -2321188 or 14456028. OLE color: 14456028.
HSL color Cylindrical-coordinate representation of color #DC94DC: hue angle of 300º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94DC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 220 | - |
| CMYK | 0 | 0.33 | 0 | 0.14 |
| HSL | 300º | 0.51% | 0.72% | - |
| HSV(B) | 300º | 0.33% | 0.86% | - |
| XYZ | 53.02 | 41.56 | 72.94 | - |
| YUV | 177.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 220 | 0 | 0.33 | 0 | 0.14 | 300 | 0.51 | 0.72 |
| Hex | DC | 94 | DC | 0 | 21 | 0 | E | 12C | 33 | 48 |
| Octal | 334 | 224 | 334 | 0 | 41 | 0 | 16 | 454 | 63 | 110 |
| Binary | 11011100 | 10010100 | 11011100 | 0 | 100001 | 0 | 1110 | 100101100 | 110011 | 1001000 |
Color Harmonies of #DC94DC
Complementary color
Monochromatic Colors of #DC94DC
Black with #DC94DC
Text Example
Text Example
White with #DC94DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94DC; }
p { color: rgb(220,148,220); }
H1.HeaderClassName
{
color: #DC94DC;
}
.AnyTagClassName
{
color: #DC94DC;
}
</style>
background-color css
<style>
a { background-color: #DC94DC; }
a { background-color: rgb(220,148,220); }
div.DivClassName
{
background-color: #DC94DC;
}
.BgClassName
{
background-color: #DC94DC;
}
</style>
border-color css
<style>
span { border-color: #DC94DC; }
span { border-color: rgb(220,148,220); }
td.TdClassName
{
border-color: #DC94DC;
}
.TagClassName
{
border-color: #DC94DC;
}
</style>