Shades of Plum #D58CD3
Tints of Plum #D58CD3
RGB
CMYK
RGB Variations
Color information
#D58CD3 (or 0xD58CD3) is known color: Plum. HEX triplet: D5, 8C and D3. RGB value is (213,140,211). Sum of RGB (Red+Green+Blue) = 213+140+211=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD3 is #2A732C. Grayscale: #A9A9A9. Windows color (decimal): -2781997 or 13864149. OLE color: 13864149.
HSL color Cylindrical-coordinate representation of color #D58CD3: hue angle of 301.64º 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 #D58CD3 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 211 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.16 |
| HSL | 301.64º | 0.46% | 0.69% | - |
| HSV(B) | 301.64º | 0.34% | 0.84% | - |
| XYZ | 48.58 | 37.61 | 66.33 | - |
| YUV | 169.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 211 | 0 | 0.34 | 0.01 | 0.16 | 301.64 | 0.46 | 0.69 |
| Hex | D5 | 8C | D3 | 0 | 22 | 1 | 10 | 12E | 2E | 45 |
| Octal | 325 | 214 | 323 | 0 | 42 | 1 | 20 | 456 | 56 | 105 |
| Binary | 11010101 | 10001100 | 11010011 | 0 | 100010 | 1 | 10000 | 100101110 | 101110 | 1000101 |
Color Harmonies of #D58CD3
Complementary color
Monochromatic Colors of #D58CD3
Black with #D58CD3
Text Example
Text Example
White with #D58CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CD3; }
p { color: rgb(213,140,211); }
H1.HeaderClassName
{
color: #D58CD3;
}
.AnyTagClassName
{
color: #D58CD3;
}
</style>
background-color css
<style>
a { background-color: #D58CD3; }
a { background-color: rgb(213,140,211); }
div.DivClassName
{
background-color: #D58CD3;
}
.BgClassName
{
background-color: #D58CD3;
}
</style>
border-color css
<style>
span { border-color: #D58CD3; }
span { border-color: rgb(213,140,211); }
td.TdClassName
{
border-color: #D58CD3;
}
.TagClassName
{
border-color: #D58CD3;
}
</style>