Shades of Plum #DC94D1
Tints of Plum #DC94D1
RGB
CMYK
RGB Variations
Color information
#DC94D1 (or 0xDC94D1) is known color: Plum. HEX triplet: DC, 94 and D1. RGB value is (220,148,209). Sum of RGB (Red+Green+Blue) = 220+148+209=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D1 is #236B2E. Grayscale: #B0B0B0. Windows color (decimal): -2321199 or 13735132. OLE color: 13735132.
HSL color Cylindrical-coordinate representation of color #DC94D1: hue angle of 309.17º 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 #DC94D1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 209 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.14 |
| HSL | 309.17º | 0.51% | 0.72% | - |
| HSV(B) | 309.17º | 0.33% | 0.86% | - |
| XYZ | 51.61 | 41 | 65.51 | - |
| YUV | 176.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 209 | 0 | 0.33 | 0.05 | 0.14 | 309.17 | 0.51 | 0.72 |
| Hex | DC | 94 | D1 | 0 | 21 | 5 | E | 135 | 33 | 48 |
| Octal | 334 | 224 | 321 | 0 | 41 | 5 | 16 | 465 | 63 | 110 |
| Binary | 11011100 | 10010100 | 11010001 | 0 | 100001 | 101 | 1110 | 100110101 | 110011 | 1001000 |
Color Harmonies of #DC94D1
Complementary color
Monochromatic Colors of #DC94D1
Black with #DC94D1
Text Example
Text Example
White with #DC94D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94D1; }
p { color: rgb(220,148,209); }
H1.HeaderClassName
{
color: #DC94D1;
}
.AnyTagClassName
{
color: #DC94D1;
}
</style>
background-color css
<style>
a { background-color: #DC94D1; }
a { background-color: rgb(220,148,209); }
div.DivClassName
{
background-color: #DC94D1;
}
.BgClassName
{
background-color: #DC94D1;
}
</style>
border-color css
<style>
span { border-color: #DC94D1; }
span { border-color: rgb(220,148,209); }
td.TdClassName
{
border-color: #DC94D1;
}
.TagClassName
{
border-color: #DC94D1;
}
</style>