Shades of Plum #DC90D9
Tints of Plum #DC90D9
RGB
CMYK
RGB Variations
Color information
#DC90D9 (or 0xDC90D9) is known color: Plum. HEX triplet: DC, 90 and D9. RGB value is (220,144,217). Sum of RGB (Red+Green+Blue) = 220+144+217=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D9 is #236F26. Grayscale: #AEAEAE. Windows color (decimal): -2322215 or 14258396. OLE color: 14258396.
HSL color Cylindrical-coordinate representation of color #DC90D9: hue angle of 302.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90D9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 217 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.14 |
| HSL | 302.37º | 0.52% | 0.71% | - |
| HSV(B) | 302.37º | 0.35% | 0.86% | - |
| XYZ | 52.01 | 40.17 | 70.66 | - |
| YUV | 175.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 217 | 0 | 0.35 | 0.01 | 0.14 | 302.37 | 0.52 | 0.71 |
| Hex | DC | 90 | D9 | 0 | 23 | 1 | E | 12E | 34 | 47 |
| Octal | 334 | 220 | 331 | 0 | 43 | 1 | 16 | 456 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11011001 | 0 | 100011 | 1 | 1110 | 100101110 | 110100 | 1000111 |
Color Harmonies of #DC90D9
Complementary color
Monochromatic Colors of #DC90D9
Black with #DC90D9
Text Example
Text Example
White with #DC90D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90D9; }
p { color: rgb(220,144,217); }
H1.HeaderClassName
{
color: #DC90D9;
}
.AnyTagClassName
{
color: #DC90D9;
}
</style>
background-color css
<style>
a { background-color: #DC90D9; }
a { background-color: rgb(220,144,217); }
div.DivClassName
{
background-color: #DC90D9;
}
.BgClassName
{
background-color: #DC90D9;
}
</style>
border-color css
<style>
span { border-color: #DC90D9; }
span { border-color: rgb(220,144,217); }
td.TdClassName
{
border-color: #DC90D9;
}
.TagClassName
{
border-color: #DC90D9;
}
</style>