Shades of Plum #DC91DD
Tints of Plum #DC91DD
RGB
CMYK
RGB Variations
Color information
#DC91DD (or 0xDC91DD) is known color: Plum. HEX triplet: DC, 91 and DD. RGB value is (220,145,221). Sum of RGB (Red+Green+Blue) = 220+145+221=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91DD is #236E22. Grayscale: #AFAFAF. Windows color (decimal): -2321955 or 14520796. OLE color: 14520796.
HSL color Cylindrical-coordinate representation of color #DC91DD: hue angle of 299.21º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC91DD is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 145 | 221 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.13 |
| HSL | 299.21º | 0.53% | 0.72% | - |
| HSV(B) | 299.21º | 0.34% | 0.87% | - |
| XYZ | 52.69 | 40.69 | 73.48 | - |
| YUV | 176.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 221 | 0.00 | 0.34 | 0 | 0.13 | 299.21 | 0.53 | 0.72 |
| Hex | DC | 91 | DD | 0 | 22 | 0 | D | 12B | 35 | 48 |
| Octal | 334 | 221 | 335 | 0 | 42 | 0 | 15 | 453 | 65 | 110 |
| Binary | 11011100 | 10010001 | 11011101 | 0 | 100010 | 0 | 1101 | 100101011 | 110101 | 1001000 |
Color Harmonies of #DC91DD
Complementary color
Monochromatic Colors of #DC91DD
Black with #DC91DD
Text Example
Text Example
White with #DC91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91DD; }
p { color: rgb(220,145,221); }
H1.HeaderClassName
{
color: #DC91DD;
}
.AnyTagClassName
{
color: #DC91DD;
}
</style>
background-color css
<style>
a { background-color: #DC91DD; }
a { background-color: rgb(220,145,221); }
div.DivClassName
{
background-color: #DC91DD;
}
.BgClassName
{
background-color: #DC91DD;
}
</style>
border-color css
<style>
span { border-color: #DC91DD; }
span { border-color: rgb(220,145,221); }
td.TdClassName
{
border-color: #DC91DD;
}
.TagClassName
{
border-color: #DC91DD;
}
</style>