Shades of Plum #D58DD1
Tints of Plum #D58DD1
RGB
CMYK
RGB Variations
Color information
#D58DD1 (or 0xD58DD1) is known color: Plum. HEX triplet: D5, 8D and D1. RGB value is (213,141,209). Sum of RGB (Red+Green+Blue) = 213+141+209=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DD1 is #2A722E. Grayscale: #AAAAAA. Windows color (decimal): -2781743 or 13733333. OLE color: 13733333.
HSL color Cylindrical-coordinate representation of color #D58DD1: hue angle of 303.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DD1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 209 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.16 |
| HSL | 303.33º | 0.46% | 0.69% | - |
| HSV(B) | 303.33º | 0.34% | 0.84% | - |
| XYZ | 48.47 | 37.8 | 65.06 | - |
| YUV | 170.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 209 | 0 | 0.34 | 0.02 | 0.16 | 303.33 | 0.46 | 0.69 |
| Hex | D5 | 8D | D1 | 0 | 22 | 2 | 10 | 12F | 2E | 45 |
| Octal | 325 | 215 | 321 | 0 | 42 | 2 | 20 | 457 | 56 | 105 |
| Binary | 11010101 | 10001101 | 11010001 | 0 | 100010 | 10 | 10000 | 100101111 | 101110 | 1000101 |
Color Harmonies of #D58DD1
Complementary color
Monochromatic Colors of #D58DD1
Black with #D58DD1
Text Example
Text Example
White with #D58DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DD1; }
p { color: rgb(213,141,209); }
H1.HeaderClassName
{
color: #D58DD1;
}
.AnyTagClassName
{
color: #D58DD1;
}
</style>
background-color css
<style>
a { background-color: #D58DD1; }
a { background-color: rgb(213,141,209); }
div.DivClassName
{
background-color: #D58DD1;
}
.BgClassName
{
background-color: #D58DD1;
}
</style>
border-color css
<style>
span { border-color: #D58DD1; }
span { border-color: rgb(213,141,209); }
td.TdClassName
{
border-color: #D58DD1;
}
.TagClassName
{
border-color: #D58DD1;
}
</style>