Shades of Plum #D494DC
Tints of Plum #D494DC
RGB
CMYK
RGB Variations
Color information
#D494DC (or 0xD494DC) is known color: Plum. HEX triplet: D4, 94 and DC. RGB value is (212,148,220). Sum of RGB (Red+Green+Blue) = 212+148+220=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D494DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DC is #2B6B23. Grayscale: #AFAFAF. Windows color (decimal): -2845476 or 14456020. OLE color: 14456020.
HSL color Cylindrical-coordinate representation of color #D494DC: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D494DC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 148 | 220 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.14 |
| HSL | 293.33º | 0.51% | 0.72% | - |
| HSV(B) | 293.33º | 0.33% | 0.86% | - |
| XYZ | 50.66 | 40.34 | 72.83 | - |
| YUV | 175.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 220 | 0.04 | 0.33 | 0 | 0.14 | 293.33 | 0.51 | 0.72 |
| Hex | D4 | 94 | DC | 4 | 21 | 0 | E | 125 | 33 | 48 |
| Octal | 324 | 224 | 334 | 4 | 41 | 0 | 16 | 445 | 63 | 110 |
| Binary | 11010100 | 10010100 | 11011100 | 100 | 100001 | 0 | 1110 | 100100101 | 110011 | 1001000 |
Color Harmonies of #D494DC
Complementary color
Monochromatic Colors of #D494DC
Black with #D494DC
Text Example
Text Example
White with #D494DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494DC; }
p { color: rgb(212,148,220); }
H1.HeaderClassName
{
color: #D494DC;
}
.AnyTagClassName
{
color: #D494DC;
}
</style>
background-color css
<style>
a { background-color: #D494DC; }
a { background-color: rgb(212,148,220); }
div.DivClassName
{
background-color: #D494DC;
}
.BgClassName
{
background-color: #D494DC;
}
</style>
border-color css
<style>
span { border-color: #D494DC; }
span { border-color: rgb(212,148,220); }
td.TdClassName
{
border-color: #D494DC;
}
.TagClassName
{
border-color: #D494DC;
}
</style>