Shades of Plum #DC91D7
Tints of Plum #DC91D7
RGB
CMYK
RGB Variations
Color information
#DC91D7 (or 0xDC91D7) is known color: Plum. HEX triplet: DC, 91 and D7. RGB value is (220,145,215). Sum of RGB (Red+Green+Blue) = 220+145+215=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D7 is #236E28. Grayscale: #AFAFAF. Windows color (decimal): -2321961 or 14127580. OLE color: 14127580.
HSL color Cylindrical-coordinate representation of color #DC91D7: hue angle of 304º 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 #DC91D7 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 215 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.14 |
| HSL | 304º | 0.52% | 0.72% | - |
| HSV(B) | 304º | 0.34% | 0.86% | - |
| XYZ | 51.91 | 40.37 | 69.35 | - |
| YUV | 175.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 215 | 0 | 0.34 | 0.02 | 0.14 | 304 | 0.52 | 0.72 |
| Hex | DC | 91 | D7 | 0 | 22 | 2 | E | 130 | 34 | 48 |
| Octal | 334 | 221 | 327 | 0 | 42 | 2 | 16 | 460 | 64 | 110 |
| Binary | 11011100 | 10010001 | 11010111 | 0 | 100010 | 10 | 1110 | 100110000 | 110100 | 1001000 |
Color Harmonies of #DC91D7
Complementary color
Monochromatic Colors of #DC91D7
Black with #DC91D7
Text Example
Text Example
White with #DC91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91D7; }
p { color: rgb(220,145,215); }
H1.HeaderClassName
{
color: #DC91D7;
}
.AnyTagClassName
{
color: #DC91D7;
}
</style>
background-color css
<style>
a { background-color: #DC91D7; }
a { background-color: rgb(220,145,215); }
div.DivClassName
{
background-color: #DC91D7;
}
.BgClassName
{
background-color: #DC91D7;
}
</style>
border-color css
<style>
span { border-color: #DC91D7; }
span { border-color: rgb(220,145,215); }
td.TdClassName
{
border-color: #DC91D7;
}
.TagClassName
{
border-color: #DC91D7;
}
</style>