Shades of Plum #DC91D3
Tints of Plum #DC91D3
RGB
CMYK
RGB Variations
Color information
#DC91D3 (or 0xDC91D3) is known color: Plum. HEX triplet: DC, 91 and D3. RGB value is (220,145,211). Sum of RGB (Red+Green+Blue) = 220+145+211=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D3 is #236E2C. Grayscale: #AEAEAE. Windows color (decimal): -2321965 or 13865436. OLE color: 13865436.
HSL color Cylindrical-coordinate representation of color #DC91D3: hue angle of 307.2º 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 #DC91D3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 211 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.14 |
| HSL | 307.2º | 0.52% | 0.72% | - |
| HSV(B) | 307.2º | 0.34% | 0.86% | - |
| XYZ | 51.4 | 40.17 | 66.67 | - |
| YUV | 174.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 211 | 0 | 0.34 | 0.04 | 0.14 | 307.2 | 0.52 | 0.72 |
| Hex | DC | 91 | D3 | 0 | 22 | 4 | E | 133 | 34 | 48 |
| Octal | 334 | 221 | 323 | 0 | 42 | 4 | 16 | 463 | 64 | 110 |
| Binary | 11011100 | 10010001 | 11010011 | 0 | 100010 | 100 | 1110 | 100110011 | 110100 | 1001000 |
Color Harmonies of #DC91D3
Complementary color
Monochromatic Colors of #DC91D3
Black with #DC91D3
Text Example
Text Example
White with #DC91D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91D3; }
p { color: rgb(220,145,211); }
H1.HeaderClassName
{
color: #DC91D3;
}
.AnyTagClassName
{
color: #DC91D3;
}
</style>
background-color css
<style>
a { background-color: #DC91D3; }
a { background-color: rgb(220,145,211); }
div.DivClassName
{
background-color: #DC91D3;
}
.BgClassName
{
background-color: #DC91D3;
}
</style>
border-color css
<style>
span { border-color: #DC91D3; }
span { border-color: rgb(220,145,211); }
td.TdClassName
{
border-color: #DC91D3;
}
.TagClassName
{
border-color: #DC91D3;
}
</style>