Shades of Plum #D493DB
Tints of Plum #D493DB
RGB
CMYK
RGB Variations
Color information
#D493DB (or 0xD493DB) is known color: Plum. HEX triplet: D4, 93 and DB. RGB value is (212,147,219). Sum of RGB (Red+Green+Blue) = 212+147+219=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D493DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493DB is #2B6C24. Grayscale: #AEAEAE. Windows color (decimal): -2845733 or 14390228. OLE color: 14390228.
HSL color Cylindrical-coordinate representation of color #D493DB: hue angle of 294.17º degrees, saturation: 0.5, 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 #D493DB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 147 | 219 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.14 |
| HSL | 294.17º | 0.5% | 0.72% | - |
| HSV(B) | 294.17º | 0.33% | 0.86% | - |
| XYZ | 50.37 | 39.98 | 72.08 | - |
| YUV | 174.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 219 | 0.03 | 0.33 | 0 | 0.14 | 294.17 | 0.5 | 0.72 |
| Hex | D4 | 93 | DB | 3 | 21 | 0 | E | 126 | 32 | 48 |
| Octal | 324 | 223 | 333 | 3 | 41 | 0 | 16 | 446 | 62 | 110 |
| Binary | 11010100 | 10010011 | 11011011 | 11 | 100001 | 0 | 1110 | 100100110 | 110010 | 1001000 |
Color Harmonies of #D493DB
Complementary color
Monochromatic Colors of #D493DB
Black with #D493DB
Text Example
Text Example
White with #D493DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493DB; }
p { color: rgb(212,147,219); }
H1.HeaderClassName
{
color: #D493DB;
}
.AnyTagClassName
{
color: #D493DB;
}
</style>
background-color css
<style>
a { background-color: #D493DB; }
a { background-color: rgb(212,147,219); }
div.DivClassName
{
background-color: #D493DB;
}
.BgClassName
{
background-color: #D493DB;
}
</style>
border-color css
<style>
span { border-color: #D493DB; }
span { border-color: rgb(212,147,219); }
td.TdClassName
{
border-color: #D493DB;
}
.TagClassName
{
border-color: #D493DB;
}
</style>