Shades of Plum #D493D4
Tints of Plum #D493D4
RGB
CMYK
RGB Variations
Color information
#D493D4 (or 0xD493D4) is known color: Plum. HEX triplet: D4, 93 and D4. RGB value is (212,147,212). Sum of RGB (Red+Green+Blue) = 212+147+212=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D493D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493D4 is #2B6C2B. Grayscale: #ADADAD. Windows color (decimal): -2845740 or 13931476. OLE color: 13931476.
HSL color Cylindrical-coordinate representation of color #D493D4: hue angle of 300º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493D4 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 212 | - |
| CMYK | 0 | 0.31 | 0 | 0.17 |
| HSL | 300º | 0.43% | 0.7% | - |
| HSV(B) | 300º | 0.31% | 0.83% | - |
| XYZ | 49.47 | 39.62 | 67.33 | - |
| YUV | 173.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 212 | 0 | 0.31 | 0 | 0.17 | 300 | 0.43 | 0.7 |
| Hex | D4 | 93 | D4 | 0 | 1F | 0 | 11 | 12C | 2B | 46 |
| Octal | 324 | 223 | 324 | 0 | 37 | 0 | 21 | 454 | 53 | 106 |
| Binary | 11010100 | 10010011 | 11010100 | 0 | 11111 | 0 | 10001 | 100101100 | 101011 | 1000110 |
Color Harmonies of #D493D4
Complementary color
Monochromatic Colors of #D493D4
Black with #D493D4
Text Example
Text Example
White with #D493D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493D4; }
p { color: rgb(212,147,212); }
H1.HeaderClassName
{
color: #D493D4;
}
.AnyTagClassName
{
color: #D493D4;
}
</style>
background-color css
<style>
a { background-color: #D493D4; }
a { background-color: rgb(212,147,212); }
div.DivClassName
{
background-color: #D493D4;
}
.BgClassName
{
background-color: #D493D4;
}
</style>
border-color css
<style>
span { border-color: #D493D4; }
span { border-color: rgb(212,147,212); }
td.TdClassName
{
border-color: #D493D4;
}
.TagClassName
{
border-color: #D493D4;
}
</style>