Shades of Plum #D58CDF
Tints of Plum #D58CDF
RGB
CMYK
RGB Variations
Color information
#D58CDF (or 0xD58CDF) is known color: Plum. HEX triplet: D5, 8C and DF. RGB value is (213,140,223). Sum of RGB (Red+Green+Blue) = 213+140+223=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CDF is #2A7320. Grayscale: #ABABAB. Windows color (decimal): -2781985 or 14650581. OLE color: 14650581.
HSL color Cylindrical-coordinate representation of color #D58CDF: hue angle of 292.77º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58CDF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 140 | 223 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.13 |
| HSL | 292.77º | 0.56% | 0.71% | - |
| HSV(B) | 292.77º | 0.37% | 0.87% | - |
| XYZ | 50.14 | 38.23 | 74.55 | - |
| YUV | 171.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 223 | 0.04 | 0.37 | 0 | 0.13 | 292.77 | 0.56 | 0.71 |
| Hex | D5 | 8C | DF | 4 | 25 | 0 | D | 125 | 38 | 47 |
| Octal | 325 | 214 | 337 | 4 | 45 | 0 | 15 | 445 | 70 | 107 |
| Binary | 11010101 | 10001100 | 11011111 | 100 | 100101 | 0 | 1101 | 100100101 | 111000 | 1000111 |
Color Harmonies of #D58CDF
Complementary color
Monochromatic Colors of #D58CDF
Black with #D58CDF
Text Example
Text Example
White with #D58CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CDF; }
p { color: rgb(213,140,223); }
H1.HeaderClassName
{
color: #D58CDF;
}
.AnyTagClassName
{
color: #D58CDF;
}
</style>
background-color css
<style>
a { background-color: #D58CDF; }
a { background-color: rgb(213,140,223); }
div.DivClassName
{
background-color: #D58CDF;
}
.BgClassName
{
background-color: #D58CDF;
}
</style>
border-color css
<style>
span { border-color: #D58CDF; }
span { border-color: rgb(213,140,223); }
td.TdClassName
{
border-color: #D58CDF;
}
.TagClassName
{
border-color: #D58CDF;
}
</style>