Shades of Plum #D58DD6
Tints of Plum #D58DD6
RGB
CMYK
RGB Variations
Color information
#D58DD6 (or 0xD58DD6) is known color: Plum. HEX triplet: D5, 8D and D6. RGB value is (213,141,214). Sum of RGB (Red+Green+Blue) = 213+141+214=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #D58DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DD6 is #2A7229. Grayscale: #AAAAAA. Windows color (decimal): -2781738 or 14061013. OLE color: 14061013.
HSL color Cylindrical-coordinate representation of color #D58DD6: hue angle of 299.18º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DD6 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 214 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.16 |
| HSL | 299.18º | 0.47% | 0.7% | - |
| HSV(B) | 299.18º | 0.34% | 0.84% | - |
| XYZ | 49.1 | 38.05 | 68.37 | - |
| YUV | 170.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 214 | 0.00 | 0.34 | 0 | 0.16 | 299.18 | 0.47 | 0.7 |
| Hex | D5 | 8D | D6 | 0 | 22 | 0 | 10 | 12B | 2F | 46 |
| Octal | 325 | 215 | 326 | 0 | 42 | 0 | 20 | 453 | 57 | 106 |
| Binary | 11010101 | 10001101 | 11010110 | 0 | 100010 | 0 | 10000 | 100101011 | 101111 | 1000110 |
Color Harmonies of #D58DD6
Complementary color
Monochromatic Colors of #D58DD6
Black with #D58DD6
Text Example
Text Example
White with #D58DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DD6; }
p { color: rgb(213,141,214); }
H1.HeaderClassName
{
color: #D58DD6;
}
.AnyTagClassName
{
color: #D58DD6;
}
</style>
background-color css
<style>
a { background-color: #D58DD6; }
a { background-color: rgb(213,141,214); }
div.DivClassName
{
background-color: #D58DD6;
}
.BgClassName
{
background-color: #D58DD6;
}
</style>
border-color css
<style>
span { border-color: #D58DD6; }
span { border-color: rgb(213,141,214); }
td.TdClassName
{
border-color: #D58DD6;
}
.TagClassName
{
border-color: #D58DD6;
}
</style>