Shades of Plum #DC91D8
Tints of Plum #DC91D8
RGB
CMYK
RGB Variations
Color information
#DC91D8 (or 0xDC91D8) is known color: Plum. HEX triplet: DC, 91 and D8. RGB value is (220,145,216). Sum of RGB (Red+Green+Blue) = 220+145+216=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D8 is #236E27. Grayscale: #AFAFAF. Windows color (decimal): -2321960 or 14193116. OLE color: 14193116.
HSL color Cylindrical-coordinate representation of color #DC91D8: hue angle of 303.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC91D8 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 216 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.14 |
| HSL | 303.2º | 0.52% | 0.72% | - |
| HSV(B) | 303.2º | 0.34% | 0.86% | - |
| XYZ | 52.04 | 40.42 | 70.03 | - |
| YUV | 175.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 216 | 0 | 0.34 | 0.02 | 0.14 | 303.2 | 0.52 | 0.72 |
| Hex | DC | 91 | D8 | 0 | 22 | 2 | E | 12F | 34 | 48 |
| Octal | 334 | 221 | 330 | 0 | 42 | 2 | 16 | 457 | 64 | 110 |
| Binary | 11011100 | 10010001 | 11011000 | 0 | 100010 | 10 | 1110 | 100101111 | 110100 | 1001000 |
Color Harmonies of #DC91D8
Complementary color
Monochromatic Colors of #DC91D8
Black with #DC91D8
Text Example
Text Example
White with #DC91D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91D8; }
p { color: rgb(220,145,216); }
H1.HeaderClassName
{
color: #DC91D8;
}
.AnyTagClassName
{
color: #DC91D8;
}
</style>
background-color css
<style>
a { background-color: #DC91D8; }
a { background-color: rgb(220,145,216); }
div.DivClassName
{
background-color: #DC91D8;
}
.BgClassName
{
background-color: #DC91D8;
}
</style>
border-color css
<style>
span { border-color: #DC91D8; }
span { border-color: rgb(220,145,216); }
td.TdClassName
{
border-color: #DC91D8;
}
.TagClassName
{
border-color: #DC91D8;
}
</style>