Shades of Plum #DC94D8
Tints of Plum #DC94D8
RGB
CMYK
RGB Variations
Color information
#DC94D8 (or 0xDC94D8) is known color: Plum. HEX triplet: DC, 94 and D8. RGB value is (220,148,216). Sum of RGB (Red+Green+Blue) = 220+148+216=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D8 is #236B27. Grayscale: #B1B1B1. Windows color (decimal): -2321192 or 14193884. OLE color: 14193884.
HSL color Cylindrical-coordinate representation of color #DC94D8: hue angle of 303.33º 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 #DC94D8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 216 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.14 |
| HSL | 303.33º | 0.51% | 0.72% | - |
| HSV(B) | 303.33º | 0.33% | 0.86% | - |
| XYZ | 52.5 | 41.35 | 70.18 | - |
| YUV | 177.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 216 | 0 | 0.33 | 0.02 | 0.14 | 303.33 | 0.51 | 0.72 |
| Hex | DC | 94 | D8 | 0 | 21 | 2 | E | 12F | 33 | 48 |
| Octal | 334 | 224 | 330 | 0 | 41 | 2 | 16 | 457 | 63 | 110 |
| Binary | 11011100 | 10010100 | 11011000 | 0 | 100001 | 10 | 1110 | 100101111 | 110011 | 1001000 |
Color Harmonies of #DC94D8
Complementary color
Monochromatic Colors of #DC94D8
Black with #DC94D8
Text Example
Text Example
White with #DC94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94D8; }
p { color: rgb(220,148,216); }
H1.HeaderClassName
{
color: #DC94D8;
}
.AnyTagClassName
{
color: #DC94D8;
}
</style>
background-color css
<style>
a { background-color: #DC94D8; }
a { background-color: rgb(220,148,216); }
div.DivClassName
{
background-color: #DC94D8;
}
.BgClassName
{
background-color: #DC94D8;
}
</style>
border-color css
<style>
span { border-color: #DC94D8; }
span { border-color: rgb(220,148,216); }
td.TdClassName
{
border-color: #DC94D8;
}
.TagClassName
{
border-color: #DC94D8;
}
</style>