Shades of Plum #DC91D1
Tints of Plum #DC91D1
RGB
CMYK
RGB Variations
Color information
#DC91D1 (or 0xDC91D1) is known color: Plum. HEX triplet: DC, 91 and D1. RGB value is (220,145,209). Sum of RGB (Red+Green+Blue) = 220+145+209=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D1 is #236E2E. Grayscale: #AEAEAE. Windows color (decimal): -2321967 or 13734364. OLE color: 13734364.
HSL color Cylindrical-coordinate representation of color #DC91D1: hue angle of 308.8º 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 #DC91D1 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 209 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.14 |
| HSL | 308.8º | 0.52% | 0.72% | - |
| HSV(B) | 308.8º | 0.34% | 0.86% | - |
| XYZ | 51.15 | 40.07 | 65.36 | - |
| YUV | 174.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 209 | 0 | 0.34 | 0.05 | 0.14 | 308.8 | 0.52 | 0.72 |
| Hex | DC | 91 | D1 | 0 | 22 | 5 | E | 135 | 34 | 48 |
| Octal | 334 | 221 | 321 | 0 | 42 | 5 | 16 | 465 | 64 | 110 |
| Binary | 11011100 | 10010001 | 11010001 | 0 | 100010 | 101 | 1110 | 100110101 | 110100 | 1001000 |
Color Harmonies of #DC91D1
Complementary color
Monochromatic Colors of #DC91D1
Black with #DC91D1
Text Example
Text Example
White with #DC91D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91D1; }
p { color: rgb(220,145,209); }
H1.HeaderClassName
{
color: #DC91D1;
}
.AnyTagClassName
{
color: #DC91D1;
}
</style>
background-color css
<style>
a { background-color: #DC91D1; }
a { background-color: rgb(220,145,209); }
div.DivClassName
{
background-color: #DC91D1;
}
.BgClassName
{
background-color: #DC91D1;
}
</style>
border-color css
<style>
span { border-color: #DC91D1; }
span { border-color: rgb(220,145,209); }
td.TdClassName
{
border-color: #DC91D1;
}
.TagClassName
{
border-color: #DC91D1;
}
</style>