Shades of Plum #DC90CD
Tints of Plum #DC90CD
RGB
CMYK
RGB Variations
Color information
#DC90CD (or 0xDC90CD) is known color: Plum. HEX triplet: DC, 90 and CD. RGB value is (220,144,205). Sum of RGB (Red+Green+Blue) = 220+144+205=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90CD is #236F32. Grayscale: #ADADAD. Windows color (decimal): -2322227 or 13471964. OLE color: 13471964.
HSL color Cylindrical-coordinate representation of color #DC90CD: hue angle of 311.84º 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 #DC90CD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 205 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.14 |
| HSL | 311.84º | 0.52% | 0.71% | - |
| HSV(B) | 311.84º | 0.35% | 0.86% | - |
| XYZ | 50.51 | 39.57 | 62.73 | - |
| YUV | 173.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 205 | 0 | 0.35 | 0.07 | 0.14 | 311.84 | 0.52 | 0.71 |
| Hex | DC | 90 | CD | 0 | 23 | 7 | E | 138 | 34 | 47 |
| Octal | 334 | 220 | 315 | 0 | 43 | 7 | 16 | 470 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11001101 | 0 | 100011 | 111 | 1110 | 100111000 | 110100 | 1000111 |
Color Harmonies of #DC90CD
Complementary color
Monochromatic Colors of #DC90CD
Black with #DC90CD
Text Example
Text Example
White with #DC90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90CD; }
p { color: rgb(220,144,205); }
H1.HeaderClassName
{
color: #DC90CD;
}
.AnyTagClassName
{
color: #DC90CD;
}
</style>
background-color css
<style>
a { background-color: #DC90CD; }
a { background-color: rgb(220,144,205); }
div.DivClassName
{
background-color: #DC90CD;
}
.BgClassName
{
background-color: #DC90CD;
}
</style>
border-color css
<style>
span { border-color: #DC90CD; }
span { border-color: rgb(220,144,205); }
td.TdClassName
{
border-color: #DC90CD;
}
.TagClassName
{
border-color: #DC90CD;
}
</style>