Shades of Plum #DC94E1
Tints of Plum #DC94E1
RGB
CMYK
RGB Variations
Color information
#DC94E1 (or 0xDC94E1) is known color: Plum. HEX triplet: DC, 94 and E1. RGB value is (220,148,225). Sum of RGB (Red+Green+Blue) = 220+148+225=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94E1 is #236B1E. Grayscale: #B2B2B2. Windows color (decimal): -2321183 or 14783708. OLE color: 14783708.
HSL color Cylindrical-coordinate representation of color #DC94E1: hue angle of 296.1º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC94E1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 148 | 225 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.12 |
| HSL | 296.1º | 0.56% | 0.73% | - |
| HSV(B) | 296.1º | 0.34% | 0.88% | - |
| XYZ | 53.7 | 41.83 | 76.48 | - |
| YUV | 178.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 225 | 0.02 | 0.34 | 0 | 0.12 | 296.1 | 0.56 | 0.73 |
| Hex | DC | 94 | E1 | 2 | 22 | 0 | C | 128 | 38 | 49 |
| Octal | 334 | 224 | 341 | 2 | 42 | 0 | 14 | 450 | 70 | 111 |
| Binary | 11011100 | 10010100 | 11100001 | 10 | 100010 | 0 | 1100 | 100101000 | 111000 | 1001001 |
Color Harmonies of #DC94E1
Complementary color
Monochromatic Colors of #DC94E1
Black with #DC94E1
Text Example
Text Example
White with #DC94E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94E1; }
p { color: rgb(220,148,225); }
H1.HeaderClassName
{
color: #DC94E1;
}
.AnyTagClassName
{
color: #DC94E1;
}
</style>
background-color css
<style>
a { background-color: #DC94E1; }
a { background-color: rgb(220,148,225); }
div.DivClassName
{
background-color: #DC94E1;
}
.BgClassName
{
background-color: #DC94E1;
}
</style>
border-color css
<style>
span { border-color: #DC94E1; }
span { border-color: rgb(220,148,225); }
td.TdClassName
{
border-color: #DC94E1;
}
.TagClassName
{
border-color: #DC94E1;
}
</style>