Shades of Plum #DC91D4
Tints of Plum #DC91D4
RGB
CMYK
RGB Variations
Color information
#DC91D4 (or 0xDC91D4) is known color: Plum. HEX triplet: DC, 91 and D4. RGB value is (220,145,212). Sum of RGB (Red+Green+Blue) = 220+145+212=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D4 is #236E2B. Grayscale: #AEAEAE. Windows color (decimal): -2321964 or 13930972. OLE color: 13930972.
HSL color Cylindrical-coordinate representation of color #DC91D4: hue angle of 306.4º 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 #DC91D4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 212 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.14 |
| HSL | 306.4º | 0.52% | 0.72% | - |
| HSV(B) | 306.4º | 0.34% | 0.86% | - |
| XYZ | 51.52 | 40.22 | 67.33 | - |
| YUV | 175.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 212 | 0 | 0.34 | 0.04 | 0.14 | 306.4 | 0.52 | 0.72 |
| Hex | DC | 91 | D4 | 0 | 22 | 4 | E | 132 | 34 | 48 |
| Octal | 334 | 221 | 324 | 0 | 42 | 4 | 16 | 462 | 64 | 110 |
| Binary | 11011100 | 10010001 | 11010100 | 0 | 100010 | 100 | 1110 | 100110010 | 110100 | 1001000 |
Color Harmonies of #DC91D4
Complementary color
Monochromatic Colors of #DC91D4
Black with #DC91D4
Text Example
Text Example
White with #DC91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91D4; }
p { color: rgb(220,145,212); }
H1.HeaderClassName
{
color: #DC91D4;
}
.AnyTagClassName
{
color: #DC91D4;
}
</style>
background-color css
<style>
a { background-color: #DC91D4; }
a { background-color: rgb(220,145,212); }
div.DivClassName
{
background-color: #DC91D4;
}
.BgClassName
{
background-color: #DC91D4;
}
</style>
border-color css
<style>
span { border-color: #DC91D4; }
span { border-color: rgb(220,145,212); }
td.TdClassName
{
border-color: #DC91D4;
}
.TagClassName
{
border-color: #DC91D4;
}
</style>