Shades of Plum #DC90D3
Tints of Plum #DC90D3
RGB
CMYK
RGB Variations
Color information
#DC90D3 (or 0xDC90D3) is known color: Plum. HEX triplet: DC, 90 and D3. RGB value is (220,144,211). Sum of RGB (Red+Green+Blue) = 220+144+211=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D3 is #236F2C. Grayscale: #AEAEAE. Windows color (decimal): -2322221 or 13865180. OLE color: 13865180.
HSL color Cylindrical-coordinate representation of color #DC90D3: hue angle of 307.11º 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 #DC90D3 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 211 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.14 |
| HSL | 307.11º | 0.52% | 0.71% | - |
| HSV(B) | 307.11º | 0.35% | 0.86% | - |
| XYZ | 51.25 | 39.87 | 66.62 | - |
| YUV | 174.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 211 | 0 | 0.35 | 0.04 | 0.14 | 307.11 | 0.52 | 0.71 |
| Hex | DC | 90 | D3 | 0 | 23 | 4 | E | 133 | 34 | 47 |
| Octal | 334 | 220 | 323 | 0 | 43 | 4 | 16 | 463 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11010011 | 0 | 100011 | 100 | 1110 | 100110011 | 110100 | 1000111 |
Color Harmonies of #DC90D3
Complementary color
Monochromatic Colors of #DC90D3
Black with #DC90D3
Text Example
Text Example
White with #DC90D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90D3; }
p { color: rgb(220,144,211); }
H1.HeaderClassName
{
color: #DC90D3;
}
.AnyTagClassName
{
color: #DC90D3;
}
</style>
background-color css
<style>
a { background-color: #DC90D3; }
a { background-color: rgb(220,144,211); }
div.DivClassName
{
background-color: #DC90D3;
}
.BgClassName
{
background-color: #DC90D3;
}
</style>
border-color css
<style>
span { border-color: #DC90D3; }
span { border-color: rgb(220,144,211); }
td.TdClassName
{
border-color: #DC90D3;
}
.TagClassName
{
border-color: #DC90D3;
}
</style>