Shades of Plum #D58AD1
Tints of Plum #D58AD1
RGB
CMYK
RGB Variations
Color information
#D58AD1 (or 0xD58AD1) is known color: Plum. HEX triplet: D5, 8A and D1. RGB value is (213,138,209). Sum of RGB (Red+Green+Blue) = 213+138+209=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD1 is #2A752E. Grayscale: #A8A8A8. Windows color (decimal): -2782511 or 13732565. OLE color: 13732565.
HSL color Cylindrical-coordinate representation of color #D58AD1: hue angle of 303.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AD1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 209 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.16 |
| HSL | 303.2º | 0.47% | 0.69% | - |
| HSV(B) | 303.2º | 0.35% | 0.84% | - |
| XYZ | 48.04 | 36.93 | 64.92 | - |
| YUV | 168.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 209 | 0 | 0.35 | 0.02 | 0.16 | 303.2 | 0.47 | 0.69 |
| Hex | D5 | 8A | D1 | 0 | 23 | 2 | 10 | 12F | 2F | 45 |
| Octal | 325 | 212 | 321 | 0 | 43 | 2 | 20 | 457 | 57 | 105 |
| Binary | 11010101 | 10001010 | 11010001 | 0 | 100011 | 10 | 10000 | 100101111 | 101111 | 1000101 |
Color Harmonies of #D58AD1
Complementary color
Monochromatic Colors of #D58AD1
Black with #D58AD1
Text Example
Text Example
White with #D58AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AD1; }
p { color: rgb(213,138,209); }
H1.HeaderClassName
{
color: #D58AD1;
}
.AnyTagClassName
{
color: #D58AD1;
}
</style>
background-color css
<style>
a { background-color: #D58AD1; }
a { background-color: rgb(213,138,209); }
div.DivClassName
{
background-color: #D58AD1;
}
.BgClassName
{
background-color: #D58AD1;
}
</style>
border-color css
<style>
span { border-color: #D58AD1; }
span { border-color: rgb(213,138,209); }
td.TdClassName
{
border-color: #D58AD1;
}
.TagClassName
{
border-color: #D58AD1;
}
</style>