Shades of Plum #DC90DD
Tints of Plum #DC90DD
RGB
CMYK
RGB Variations
Color information
#DC90DD (or 0xDC90DD) is known color: Plum. HEX triplet: DC, 90 and DD. RGB value is (220,144,221). Sum of RGB (Red+Green+Blue) = 220+144+221=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90DD is #236F22. Grayscale: #AFAFAF. Windows color (decimal): -2322211 or 14520540. OLE color: 14520540.
HSL color Cylindrical-coordinate representation of color #DC90DD: hue angle of 299.22º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90DD is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 144 | 221 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.13 |
| HSL | 299.22º | 0.53% | 0.72% | - |
| HSV(B) | 299.22º | 0.35% | 0.87% | - |
| XYZ | 52.54 | 40.38 | 73.43 | - |
| YUV | 175.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 221 | 0.00 | 0.35 | 0 | 0.13 | 299.22 | 0.53 | 0.72 |
| Hex | DC | 90 | DD | 0 | 23 | 0 | D | 12B | 35 | 48 |
| Octal | 334 | 220 | 335 | 0 | 43 | 0 | 15 | 453 | 65 | 110 |
| Binary | 11011100 | 10010000 | 11011101 | 0 | 100011 | 0 | 1101 | 100101011 | 110101 | 1001000 |
Color Harmonies of #DC90DD
Complementary color
Monochromatic Colors of #DC90DD
Black with #DC90DD
Text Example
Text Example
White with #DC90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90DD; }
p { color: rgb(220,144,221); }
H1.HeaderClassName
{
color: #DC90DD;
}
.AnyTagClassName
{
color: #DC90DD;
}
</style>
background-color css
<style>
a { background-color: #DC90DD; }
a { background-color: rgb(220,144,221); }
div.DivClassName
{
background-color: #DC90DD;
}
.BgClassName
{
background-color: #DC90DD;
}
</style>
border-color css
<style>
span { border-color: #DC90DD; }
span { border-color: rgb(220,144,221); }
td.TdClassName
{
border-color: #DC90DD;
}
.TagClassName
{
border-color: #DC90DD;
}
</style>