Shades of Plum #DC92E5
Tints of Plum #DC92E5
RGB
CMYK
RGB Variations
Color information
#DC92E5 (or 0xDC92E5) is known color: Plum. HEX triplet: DC, 92 and E5. RGB value is (220,146,229). Sum of RGB (Red+Green+Blue) = 220+146+229=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92E5 is #236D1A. Grayscale: #B1B1B1. Windows color (decimal): -2321691 or 15045340. OLE color: 15045340.
HSL color Cylindrical-coordinate representation of color #DC92E5: hue angle of 293.49º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC92E5 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 146 | 229 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.10 |
| HSL | 293.49º | 0.61% | 0.74% | - |
| HSV(B) | 293.49º | 0.36% | 0.9% | - |
| XYZ | 53.94 | 41.43 | 79.28 | - |
| YUV | 177.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 229 | 0.04 | 0.36 | 0 | 0.10 | 293.49 | 0.61 | 0.74 |
| Hex | DC | 92 | E5 | 4 | 24 | 0 | A | 125 | 3D | 4A |
| Octal | 334 | 222 | 345 | 4 | 44 | 0 | 12 | 445 | 75 | 112 |
| Binary | 11011100 | 10010010 | 11100101 | 100 | 100100 | 0 | 1010 | 100100101 | 111101 | 1001010 |
Color Harmonies of #DC92E5
Complementary color
Monochromatic Colors of #DC92E5
Black with #DC92E5
Text Example
Text Example
White with #DC92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC92E5; }
p { color: rgb(220,146,229); }
H1.HeaderClassName
{
color: #DC92E5;
}
.AnyTagClassName
{
color: #DC92E5;
}
</style>
background-color css
<style>
a { background-color: #DC92E5; }
a { background-color: rgb(220,146,229); }
div.DivClassName
{
background-color: #DC92E5;
}
.BgClassName
{
background-color: #DC92E5;
}
</style>
border-color css
<style>
span { border-color: #DC92E5; }
span { border-color: rgb(220,146,229); }
td.TdClassName
{
border-color: #DC92E5;
}
.TagClassName
{
border-color: #DC92E5;
}
</style>