Shades of Plum #DC94E4
Tints of Plum #DC94E4
RGB
CMYK
RGB Variations
Color information
#DC94E4 (or 0xDC94E4) is known color: Plum. HEX triplet: DC, 94 and E4. RGB value is (220,148,228). Sum of RGB (Red+Green+Blue) = 220+148+228=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC94E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94E4 is #236B1B. Grayscale: #B2B2B2. Windows color (decimal): -2321180 or 14980316. OLE color: 14980316.
HSL color Cylindrical-coordinate representation of color #DC94E4: hue angle of 294º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC94E4 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 148 | 228 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.11 |
| HSL | 294º | 0.6% | 0.74% | - |
| HSV(B) | 294º | 0.35% | 0.89% | - |
| XYZ | 54.11 | 42 | 78.65 | - |
| YUV | 178.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 228 | 0.04 | 0.35 | 0 | 0.11 | 294 | 0.6 | 0.74 |
| Hex | DC | 94 | E4 | 4 | 23 | 0 | B | 126 | 3C | 4A |
| Octal | 334 | 224 | 344 | 4 | 43 | 0 | 13 | 446 | 74 | 112 |
| Binary | 11011100 | 10010100 | 11100100 | 100 | 100011 | 0 | 1011 | 100100110 | 111100 | 1001010 |
Color Harmonies of #DC94E4
Complementary color
Monochromatic Colors of #DC94E4
Black with #DC94E4
Text Example
Text Example
White with #DC94E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94E4; }
p { color: rgb(220,148,228); }
H1.HeaderClassName
{
color: #DC94E4;
}
.AnyTagClassName
{
color: #DC94E4;
}
</style>
background-color css
<style>
a { background-color: #DC94E4; }
a { background-color: rgb(220,148,228); }
div.DivClassName
{
background-color: #DC94E4;
}
.BgClassName
{
background-color: #DC94E4;
}
</style>
border-color css
<style>
span { border-color: #DC94E4; }
span { border-color: rgb(220,148,228); }
td.TdClassName
{
border-color: #DC94E4;
}
.TagClassName
{
border-color: #DC94E4;
}
</style>