Shades of Plum #DC90DC
Tints of Plum #DC90DC
RGB
CMYK
RGB Variations
Color information
#DC90DC (or 0xDC90DC) is known color: Plum. HEX triplet: DC, 90 and DC. RGB value is (220,144,220). Sum of RGB (Red+Green+Blue) = 220+144+220=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90DC is #236F23. Grayscale: #AFAFAF. Windows color (decimal): -2322212 or 14455004. OLE color: 14455004.
HSL color Cylindrical-coordinate representation of color #DC90DC: hue angle of 300º 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 #DC90DC is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 220 | - |
| CMYK | 0 | 0.35 | 0 | 0.14 |
| HSL | 300º | 0.52% | 0.71% | - |
| HSV(B) | 300º | 0.35% | 0.86% | - |
| XYZ | 52.41 | 40.33 | 72.73 | - |
| YUV | 175.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 220 | 0 | 0.35 | 0 | 0.14 | 300 | 0.52 | 0.71 |
| Hex | DC | 90 | DC | 0 | 23 | 0 | E | 12C | 34 | 47 |
| Octal | 334 | 220 | 334 | 0 | 43 | 0 | 16 | 454 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11011100 | 0 | 100011 | 0 | 1110 | 100101100 | 110100 | 1000111 |
Color Harmonies of #DC90DC
Complementary color
Monochromatic Colors of #DC90DC
Black with #DC90DC
Text Example
Text Example
White with #DC90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90DC; }
p { color: rgb(220,144,220); }
H1.HeaderClassName
{
color: #DC90DC;
}
.AnyTagClassName
{
color: #DC90DC;
}
</style>
background-color css
<style>
a { background-color: #DC90DC; }
a { background-color: rgb(220,144,220); }
div.DivClassName
{
background-color: #DC90DC;
}
.BgClassName
{
background-color: #DC90DC;
}
</style>
border-color css
<style>
span { border-color: #DC90DC; }
span { border-color: rgb(220,144,220); }
td.TdClassName
{
border-color: #DC90DC;
}
.TagClassName
{
border-color: #DC90DC;
}
</style>