Shades of Plum #DC91DA
Tints of Plum #DC91DA
RGB
CMYK
RGB Variations
Color information
#DC91DA (or 0xDC91DA) is known color: Plum. HEX triplet: DC, 91 and DA. RGB value is (220,145,218). Sum of RGB (Red+Green+Blue) = 220+145+218=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91DA is #236E25. Grayscale: #AFAFAF. Windows color (decimal): -2321958 or 14324188. OLE color: 14324188.
HSL color Cylindrical-coordinate representation of color #DC91DA: hue angle of 301.6º 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 #DC91DA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 218 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.14 |
| HSL | 301.6º | 0.52% | 0.72% | - |
| HSV(B) | 301.6º | 0.34% | 0.86% | - |
| XYZ | 52.3 | 40.53 | 71.4 | - |
| YUV | 175.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 218 | 0 | 0.34 | 0.01 | 0.14 | 301.6 | 0.52 | 0.72 |
| Hex | DC | 91 | DA | 0 | 22 | 1 | E | 12E | 34 | 48 |
| Octal | 334 | 221 | 332 | 0 | 42 | 1 | 16 | 456 | 64 | 110 |
| Binary | 11011100 | 10010001 | 11011010 | 0 | 100010 | 1 | 1110 | 100101110 | 110100 | 1001000 |
Color Harmonies of #DC91DA
Complementary color
Monochromatic Colors of #DC91DA
Black with #DC91DA
Text Example
Text Example
White with #DC91DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91DA; }
p { color: rgb(220,145,218); }
H1.HeaderClassName
{
color: #DC91DA;
}
.AnyTagClassName
{
color: #DC91DA;
}
</style>
background-color css
<style>
a { background-color: #DC91DA; }
a { background-color: rgb(220,145,218); }
div.DivClassName
{
background-color: #DC91DA;
}
.BgClassName
{
background-color: #DC91DA;
}
</style>
border-color css
<style>
span { border-color: #DC91DA; }
span { border-color: rgb(220,145,218); }
td.TdClassName
{
border-color: #DC91DA;
}
.TagClassName
{
border-color: #DC91DA;
}
</style>