Shades of Plum #D58DD2
Tints of Plum #D58DD2
RGB
CMYK
RGB Variations
Color information
#D58DD2 (or 0xD58DD2) is known color: Plum. HEX triplet: D5, 8D and D2. RGB value is (213,141,210). Sum of RGB (Red+Green+Blue) = 213+141+210=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DD2 is #2A722D. Grayscale: #AAAAAA. Windows color (decimal): -2781742 or 13798869. OLE color: 13798869.
HSL color Cylindrical-coordinate representation of color #D58DD2: hue angle of 302.5º 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 #D58DD2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 210 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.16 |
| HSL | 302.5º | 0.46% | 0.69% | - |
| HSV(B) | 302.5º | 0.34% | 0.84% | - |
| XYZ | 48.6 | 37.85 | 65.72 | - |
| YUV | 170.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 210 | 0 | 0.34 | 0.01 | 0.16 | 302.5 | 0.46 | 0.69 |
| Hex | D5 | 8D | D2 | 0 | 22 | 1 | 10 | 12E | 2E | 45 |
| Octal | 325 | 215 | 322 | 0 | 42 | 1 | 20 | 456 | 56 | 105 |
| Binary | 11010101 | 10001101 | 11010010 | 0 | 100010 | 1 | 10000 | 100101110 | 101110 | 1000101 |
Color Harmonies of #D58DD2
Complementary color
Monochromatic Colors of #D58DD2
Black with #D58DD2
Text Example
Text Example
White with #D58DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DD2; }
p { color: rgb(213,141,210); }
H1.HeaderClassName
{
color: #D58DD2;
}
.AnyTagClassName
{
color: #D58DD2;
}
</style>
background-color css
<style>
a { background-color: #D58DD2; }
a { background-color: rgb(213,141,210); }
div.DivClassName
{
background-color: #D58DD2;
}
.BgClassName
{
background-color: #D58DD2;
}
</style>
border-color css
<style>
span { border-color: #D58DD2; }
span { border-color: rgb(213,141,210); }
td.TdClassName
{
border-color: #D58DD2;
}
.TagClassName
{
border-color: #D58DD2;
}
</style>