Shades of Plum #DC94E5
Tints of Plum #DC94E5
RGB
CMYK
RGB Variations
Color information
#DC94E5 (or 0xDC94E5) is known color: Plum. HEX triplet: DC, 94 and E5. RGB value is (220,148,229). Sum of RGB (Red+Green+Blue) = 220+148+229=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94E5 is #236B1A. Grayscale: #B2B2B2. Windows color (decimal): -2321179 or 15045852. OLE color: 15045852.
HSL color Cylindrical-coordinate representation of color #DC94E5: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC94E5 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 148 | 229 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.10 |
| HSL | 293.33º | 0.61% | 0.74% | - |
| HSV(B) | 293.33º | 0.35% | 0.9% | - |
| XYZ | 54.25 | 42.05 | 79.39 | - |
| YUV | 178.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 229 | 0.04 | 0.35 | 0 | 0.10 | 293.33 | 0.61 | 0.74 |
| Hex | DC | 94 | E5 | 4 | 23 | 0 | A | 125 | 3D | 4A |
| Octal | 334 | 224 | 345 | 4 | 43 | 0 | 12 | 445 | 75 | 112 |
| Binary | 11011100 | 10010100 | 11100101 | 100 | 100011 | 0 | 1010 | 100100101 | 111101 | 1001010 |
Color Harmonies of #DC94E5
Complementary color
Monochromatic Colors of #DC94E5
Black with #DC94E5
Text Example
Text Example
White with #DC94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94E5; }
p { color: rgb(220,148,229); }
H1.HeaderClassName
{
color: #DC94E5;
}
.AnyTagClassName
{
color: #DC94E5;
}
</style>
background-color css
<style>
a { background-color: #DC94E5; }
a { background-color: rgb(220,148,229); }
div.DivClassName
{
background-color: #DC94E5;
}
.BgClassName
{
background-color: #DC94E5;
}
</style>
border-color css
<style>
span { border-color: #DC94E5; }
span { border-color: rgb(220,148,229); }
td.TdClassName
{
border-color: #DC94E5;
}
.TagClassName
{
border-color: #DC94E5;
}
</style>