Shades of Plum #DC90D5
Tints of Plum #DC90D5
RGB
CMYK
RGB Variations
Color information
#DC90D5 (or 0xDC90D5) is known color: Plum. HEX triplet: DC, 90 and D5. RGB value is (220,144,213). Sum of RGB (Red+Green+Blue) = 220+144+213=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D5 is #236F2A. Grayscale: #AEAEAE. Windows color (decimal): -2322219 or 13996252. OLE color: 13996252.
HSL color Cylindrical-coordinate representation of color #DC90D5: hue angle of 305.53º 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 #DC90D5 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 213 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.14 |
| HSL | 305.53º | 0.52% | 0.71% | - |
| HSV(B) | 305.53º | 0.35% | 0.86% | - |
| XYZ | 51.5 | 39.97 | 67.95 | - |
| YUV | 174.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 213 | 0 | 0.35 | 0.03 | 0.14 | 305.53 | 0.52 | 0.71 |
| Hex | DC | 90 | D5 | 0 | 23 | 3 | E | 132 | 34 | 47 |
| Octal | 334 | 220 | 325 | 0 | 43 | 3 | 16 | 462 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11010101 | 0 | 100011 | 11 | 1110 | 100110010 | 110100 | 1000111 |
Color Harmonies of #DC90D5
Complementary color
Monochromatic Colors of #DC90D5
Black with #DC90D5
Text Example
Text Example
White with #DC90D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90D5; }
p { color: rgb(220,144,213); }
H1.HeaderClassName
{
color: #DC90D5;
}
.AnyTagClassName
{
color: #DC90D5;
}
</style>
background-color css
<style>
a { background-color: #DC90D5; }
a { background-color: rgb(220,144,213); }
div.DivClassName
{
background-color: #DC90D5;
}
.BgClassName
{
background-color: #DC90D5;
}
</style>
border-color css
<style>
span { border-color: #DC90D5; }
span { border-color: rgb(220,144,213); }
td.TdClassName
{
border-color: #DC90D5;
}
.TagClassName
{
border-color: #DC90D5;
}
</style>