Shades of Plum #DC90EB
Tints of Plum #DC90EB
RGB
CMYK
RGB Variations
Color information
#DC90EB (or 0xDC90EB) is known color: Plum. HEX triplet: DC, 90 and EB. RGB value is (220,144,235). Sum of RGB (Red+Green+Blue) = 220+144+235=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90EB is #236F14. Grayscale: #B0B0B0. Windows color (decimal): -2322197 or 15438044. OLE color: 15438044.
HSL color Cylindrical-coordinate representation of color #DC90EB: hue angle of 290.11º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC90EB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 144 | 235 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.08 |
| HSL | 290.11º | 0.69% | 0.74% | - |
| HSV(B) | 290.11º | 0.39% | 0.92% | - |
| XYZ | 54.48 | 41.16 | 83.67 | - |
| YUV | 177.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 235 | 0.06 | 0.39 | 0 | 0.08 | 290.11 | 0.69 | 0.74 |
| Hex | DC | 90 | EB | 6 | 27 | 0 | 8 | 122 | 45 | 4A |
| Octal | 334 | 220 | 353 | 6 | 47 | 0 | 10 | 442 | 105 | 112 |
| Binary | 11011100 | 10010000 | 11101011 | 110 | 100111 | 0 | 1000 | 100100010 | 1000101 | 1001010 |
Color Harmonies of #DC90EB
Complementary color
Monochromatic Colors of #DC90EB
Black with #DC90EB
Text Example
Text Example
White with #DC90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90EB; }
p { color: rgb(220,144,235); }
H1.HeaderClassName
{
color: #DC90EB;
}
.AnyTagClassName
{
color: #DC90EB;
}
</style>
background-color css
<style>
a { background-color: #DC90EB; }
a { background-color: rgb(220,144,235); }
div.DivClassName
{
background-color: #DC90EB;
}
.BgClassName
{
background-color: #DC90EB;
}
</style>
border-color css
<style>
span { border-color: #DC90EB; }
span { border-color: rgb(220,144,235); }
td.TdClassName
{
border-color: #DC90EB;
}
.TagClassName
{
border-color: #DC90EB;
}
</style>