Shades of Plum #D58FD0
Tints of Plum #D58FD0
RGB
CMYK
RGB Variations
Color information
#D58FD0 (or 0xD58FD0) is known color: Plum. HEX triplet: D5, 8F and D0. RGB value is (213,143,208). Sum of RGB (Red+Green+Blue) = 213+143+208=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD0 is #2A702F. Grayscale: #ABABAB. Windows color (decimal): -2781232 or 13668309. OLE color: 13668309.
HSL color Cylindrical-coordinate representation of color #D58FD0: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FD0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 208 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.16 |
| HSL | 304.29º | 0.45% | 0.7% | - |
| HSV(B) | 304.29º | 0.33% | 0.84% | - |
| XYZ | 48.65 | 38.35 | 64.51 | - |
| YUV | 171.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 208 | 0 | 0.33 | 0.02 | 0.16 | 304.29 | 0.45 | 0.7 |
| Hex | D5 | 8F | D0 | 0 | 21 | 2 | 10 | 130 | 2D | 46 |
| Octal | 325 | 217 | 320 | 0 | 41 | 2 | 20 | 460 | 55 | 106 |
| Binary | 11010101 | 10001111 | 11010000 | 0 | 100001 | 10 | 10000 | 100110000 | 101101 | 1000110 |
Color Harmonies of #D58FD0
Complementary color
Monochromatic Colors of #D58FD0
Black with #D58FD0
Text Example
Text Example
White with #D58FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FD0; }
p { color: rgb(213,143,208); }
H1.HeaderClassName
{
color: #D58FD0;
}
.AnyTagClassName
{
color: #D58FD0;
}
</style>
background-color css
<style>
a { background-color: #D58FD0; }
a { background-color: rgb(213,143,208); }
div.DivClassName
{
background-color: #D58FD0;
}
.BgClassName
{
background-color: #D58FD0;
}
</style>
border-color css
<style>
span { border-color: #D58FD0; }
span { border-color: rgb(213,143,208); }
td.TdClassName
{
border-color: #D58FD0;
}
.TagClassName
{
border-color: #D58FD0;
}
</style>