Shades of Plum #DC94D5
Tints of Plum #DC94D5
RGB
CMYK
RGB Variations
Color information
#DC94D5 (or 0xDC94D5) is known color: Plum. HEX triplet: DC, 94 and D5. RGB value is (220,148,213). Sum of RGB (Red+Green+Blue) = 220+148+213=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D5 is #236B2A. Grayscale: #B0B0B0. Windows color (decimal): -2321195 or 13997276. OLE color: 13997276.
HSL color Cylindrical-coordinate representation of color #DC94D5: hue angle of 305.83º 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 #DC94D5 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 213 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.14 |
| HSL | 305.83º | 0.51% | 0.72% | - |
| HSV(B) | 305.83º | 0.33% | 0.86% | - |
| XYZ | 52.12 | 41.2 | 68.16 | - |
| YUV | 176.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 213 | 0 | 0.33 | 0.03 | 0.14 | 305.83 | 0.51 | 0.72 |
| Hex | DC | 94 | D5 | 0 | 21 | 3 | E | 132 | 33 | 48 |
| Octal | 334 | 224 | 325 | 0 | 41 | 3 | 16 | 462 | 63 | 110 |
| Binary | 11011100 | 10010100 | 11010101 | 0 | 100001 | 11 | 1110 | 100110010 | 110011 | 1001000 |
Color Harmonies of #DC94D5
Complementary color
Monochromatic Colors of #DC94D5
Black with #DC94D5
Text Example
Text Example
White with #DC94D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94D5; }
p { color: rgb(220,148,213); }
H1.HeaderClassName
{
color: #DC94D5;
}
.AnyTagClassName
{
color: #DC94D5;
}
</style>
background-color css
<style>
a { background-color: #DC94D5; }
a { background-color: rgb(220,148,213); }
div.DivClassName
{
background-color: #DC94D5;
}
.BgClassName
{
background-color: #DC94D5;
}
</style>
border-color css
<style>
span { border-color: #DC94D5; }
span { border-color: rgb(220,148,213); }
td.TdClassName
{
border-color: #DC94D5;
}
.TagClassName
{
border-color: #DC94D5;
}
</style>