Shades of Plum #DC90CE
Tints of Plum #DC90CE
RGB
CMYK
RGB Variations
Color information
#DC90CE (or 0xDC90CE) is known color: Plum. HEX triplet: DC, 90 and CE. RGB value is (220,144,206). Sum of RGB (Red+Green+Blue) = 220+144+206=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90CE is #236F31. Grayscale: #ADADAD. Windows color (decimal): -2322226 or 13537500. OLE color: 13537500.
HSL color Cylindrical-coordinate representation of color #DC90CE: hue angle of 311.05º 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 #DC90CE is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 206 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.14 |
| HSL | 311.05º | 0.52% | 0.71% | - |
| HSV(B) | 311.05º | 0.35% | 0.86% | - |
| XYZ | 50.63 | 39.62 | 63.37 | - |
| YUV | 173.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 206 | 0 | 0.35 | 0.06 | 0.14 | 311.05 | 0.52 | 0.71 |
| Hex | DC | 90 | CE | 0 | 23 | 6 | E | 137 | 34 | 47 |
| Octal | 334 | 220 | 316 | 0 | 43 | 6 | 16 | 467 | 64 | 107 |
| Binary | 11011100 | 10010000 | 11001110 | 0 | 100011 | 110 | 1110 | 100110111 | 110100 | 1000111 |
Color Harmonies of #DC90CE
Complementary color
Monochromatic Colors of #DC90CE
Black with #DC90CE
Text Example
Text Example
White with #DC90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90CE; }
p { color: rgb(220,144,206); }
H1.HeaderClassName
{
color: #DC90CE;
}
.AnyTagClassName
{
color: #DC90CE;
}
</style>
background-color css
<style>
a { background-color: #DC90CE; }
a { background-color: rgb(220,144,206); }
div.DivClassName
{
background-color: #DC90CE;
}
.BgClassName
{
background-color: #DC90CE;
}
</style>
border-color css
<style>
span { border-color: #DC90CE; }
span { border-color: rgb(220,144,206); }
td.TdClassName
{
border-color: #DC90CE;
}
.TagClassName
{
border-color: #DC90CE;
}
</style>