Shades of Plum #D494DB
Tints of Plum #D494DB
RGB
CMYK
RGB Variations
Color information
#D494DB (or 0xD494DB) is known color: Plum. HEX triplet: D4, 94 and DB. RGB value is (212,148,219). Sum of RGB (Red+Green+Blue) = 212+148+219=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D494DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DB is #2B6B24. Grayscale: #AFAFAF. Windows color (decimal): -2845477 or 14390484. OLE color: 14390484.
HSL color Cylindrical-coordinate representation of color #D494DB: hue angle of 294.08º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D494DB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 148 | 219 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.14 |
| HSL | 294.08º | 0.5% | 0.72% | - |
| HSV(B) | 294.08º | 0.32% | 0.86% | - |
| XYZ | 50.53 | 40.29 | 72.13 | - |
| YUV | 175.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 219 | 0.03 | 0.32 | 0 | 0.14 | 294.08 | 0.5 | 0.72 |
| Hex | D4 | 94 | DB | 3 | 20 | 0 | E | 126 | 32 | 48 |
| Octal | 324 | 224 | 333 | 3 | 40 | 0 | 16 | 446 | 62 | 110 |
| Binary | 11010100 | 10010100 | 11011011 | 11 | 100000 | 0 | 1110 | 100100110 | 110010 | 1001000 |
Color Harmonies of #D494DB
Complementary color
Monochromatic Colors of #D494DB
Black with #D494DB
Text Example
Text Example
White with #D494DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494DB; }
p { color: rgb(212,148,219); }
H1.HeaderClassName
{
color: #D494DB;
}
.AnyTagClassName
{
color: #D494DB;
}
</style>
background-color css
<style>
a { background-color: #D494DB; }
a { background-color: rgb(212,148,219); }
div.DivClassName
{
background-color: #D494DB;
}
.BgClassName
{
background-color: #D494DB;
}
</style>
border-color css
<style>
span { border-color: #D494DB; }
span { border-color: rgb(212,148,219); }
td.TdClassName
{
border-color: #D494DB;
}
.TagClassName
{
border-color: #D494DB;
}
</style>