Shades of Plum #D58ADD
Tints of Plum #D58ADD
RGB
CMYK
RGB Variations
Color information
#D58ADD (or 0xD58ADD) is known color: Plum. HEX triplet: D5, 8A and DD. RGB value is (213,138,221). Sum of RGB (Red+Green+Blue) = 213+138+221=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADD is #2A7522. Grayscale: #A9A9A9. Windows color (decimal): -2782499 or 14518997. OLE color: 14518997.
HSL color Cylindrical-coordinate representation of color #D58ADD: hue angle of 294.22º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58ADD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 138 | 221 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 294.22º | 0.55% | 0.7% | - |
| HSV(B) | 294.22º | 0.38% | 0.87% | - |
| XYZ | 49.58 | 37.54 | 73.04 | - |
| YUV | 169.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 221 | 0.04 | 0.38 | 0 | 0.13 | 294.22 | 0.55 | 0.7 |
| Hex | D5 | 8A | DD | 4 | 26 | 0 | D | 126 | 37 | 46 |
| Octal | 325 | 212 | 335 | 4 | 46 | 0 | 15 | 446 | 67 | 106 |
| Binary | 11010101 | 10001010 | 11011101 | 100 | 100110 | 0 | 1101 | 100100110 | 110111 | 1000110 |
Color Harmonies of #D58ADD
Complementary color
Monochromatic Colors of #D58ADD
Black with #D58ADD
Text Example
Text Example
White with #D58ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ADD; }
p { color: rgb(213,138,221); }
H1.HeaderClassName
{
color: #D58ADD;
}
.AnyTagClassName
{
color: #D58ADD;
}
</style>
background-color css
<style>
a { background-color: #D58ADD; }
a { background-color: rgb(213,138,221); }
div.DivClassName
{
background-color: #D58ADD;
}
.BgClassName
{
background-color: #D58ADD;
}
</style>
border-color css
<style>
span { border-color: #D58ADD; }
span { border-color: rgb(213,138,221); }
td.TdClassName
{
border-color: #D58ADD;
}
.TagClassName
{
border-color: #D58ADD;
}
</style>