Shades of Plum #DC90D0
Tints of Plum #DC90D0
RGB
CMYK
RGB Variations
Color information
#DC90D0 (or 0xDC90D0) is known color: Plum. HEX triplet: DC, 90 and D0. RGB value is (220,144,208). Sum of RGB (Red+Green+Blue) = 220+144+208=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D0 is #236F2F. Grayscale: #ADADAD. Windows color (decimal): -2322224 or 13668572. OLE color: 13668572.
HSL color Cylindrical-coordinate representation of color #DC90D0: hue angle of 309.47º 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 #DC90D0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 208 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.14 |
| HSL | 309.47º | 0.52% | 0.71% | - |
| HSV(B) | 309.47º | 0.35% | 0.86% | - |
| XYZ | 50.87 | 39.72 | 64.66 | - |
| YUV | 174.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 208 | 0 | 0.35 | 0.05 | 0.14 | 309.47 | 0.52 | 0.71 |
| Hex | DC | 90 | D0 | 0 | 23 | 5 | E | 135 | 34 | 47 |
| Octal | 334 | 220 | 320 | 0 | 43 | 5 | 16 | 465 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11010000 | 0 | 100011 | 101 | 1110 | 100110101 | 110100 | 1000111 |
Color Harmonies of #DC90D0
Complementary color
Monochromatic Colors of #DC90D0
Black with #DC90D0
Text Example
Text Example
White with #DC90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90D0; }
p { color: rgb(220,144,208); }
H1.HeaderClassName
{
color: #DC90D0;
}
.AnyTagClassName
{
color: #DC90D0;
}
</style>
background-color css
<style>
a { background-color: #DC90D0; }
a { background-color: rgb(220,144,208); }
div.DivClassName
{
background-color: #DC90D0;
}
.BgClassName
{
background-color: #DC90D0;
}
</style>
border-color css
<style>
span { border-color: #DC90D0; }
span { border-color: rgb(220,144,208); }
td.TdClassName
{
border-color: #DC90D0;
}
.TagClassName
{
border-color: #DC90D0;
}
</style>