Shades of Plum #DC91DF
Tints of Plum #DC91DF
RGB
CMYK
RGB Variations
Color information
#DC91DF (or 0xDC91DF) is known color: Plum. HEX triplet: DC, 91 and DF. RGB value is (220,145,223). Sum of RGB (Red+Green+Blue) = 220+145+223=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91DF is #236E20. Grayscale: #B0B0B0. Windows color (decimal): -2321953 or 14651868. OLE color: 14651868.
HSL color Cylindrical-coordinate representation of color #DC91DF: hue angle of 297.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC91DF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 145 | 223 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.13 |
| HSL | 297.69º | 0.55% | 0.72% | - |
| HSV(B) | 297.69º | 0.35% | 0.87% | - |
| XYZ | 52.96 | 40.79 | 74.89 | - |
| YUV | 176.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 223 | 0.01 | 0.35 | 0 | 0.13 | 297.69 | 0.55 | 0.72 |
| Hex | DC | 91 | DF | 1 | 23 | 0 | D | 12A | 37 | 48 |
| Octal | 334 | 221 | 337 | 1 | 43 | 0 | 15 | 452 | 67 | 110 |
| Binary | 11011100 | 10010001 | 11011111 | 1 | 100011 | 0 | 1101 | 100101010 | 110111 | 1001000 |
Color Harmonies of #DC91DF
Complementary color
Monochromatic Colors of #DC91DF
Black with #DC91DF
Text Example
Text Example
White with #DC91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91DF; }
p { color: rgb(220,145,223); }
H1.HeaderClassName
{
color: #DC91DF;
}
.AnyTagClassName
{
color: #DC91DF;
}
</style>
background-color css
<style>
a { background-color: #DC91DF; }
a { background-color: rgb(220,145,223); }
div.DivClassName
{
background-color: #DC91DF;
}
.BgClassName
{
background-color: #DC91DF;
}
</style>
border-color css
<style>
span { border-color: #DC91DF; }
span { border-color: rgb(220,145,223); }
td.TdClassName
{
border-color: #DC91DF;
}
.TagClassName
{
border-color: #DC91DF;
}
</style>