Shades of Plum #D58FE0
Tints of Plum #D58FE0
RGB
CMYK
RGB Variations
Color information
#D58FE0 (or 0xD58FE0) is known color: Plum. HEX triplet: D5, 8F and E0. RGB value is (213,143,224). Sum of RGB (Red+Green+Blue) = 213+143+224=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D58FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FE0 is #2A701F. Grayscale: #ACACAC. Windows color (decimal): -2781216 or 14716885. OLE color: 14716885.
HSL color Cylindrical-coordinate representation of color #D58FE0: hue angle of 291.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58FE0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 143 | 224 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.12 |
| HSL | 291.85º | 0.57% | 0.72% | - |
| HSV(B) | 291.85º | 0.36% | 0.88% | - |
| XYZ | 50.72 | 39.17 | 75.41 | - |
| YUV | 173.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 224 | 0.05 | 0.36 | 0 | 0.12 | 291.85 | 0.57 | 0.72 |
| Hex | D5 | 8F | E0 | 5 | 24 | 0 | C | 124 | 39 | 48 |
| Octal | 325 | 217 | 340 | 5 | 44 | 0 | 14 | 444 | 71 | 110 |
| Binary | 11010101 | 10001111 | 11100000 | 101 | 100100 | 0 | 1100 | 100100100 | 111001 | 1001000 |
Color Harmonies of #D58FE0
Complementary color
Monochromatic Colors of #D58FE0
Black with #D58FE0
Text Example
Text Example
White with #D58FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FE0; }
p { color: rgb(213,143,224); }
H1.HeaderClassName
{
color: #D58FE0;
}
.AnyTagClassName
{
color: #D58FE0;
}
</style>
background-color css
<style>
a { background-color: #D58FE0; }
a { background-color: rgb(213,143,224); }
div.DivClassName
{
background-color: #D58FE0;
}
.BgClassName
{
background-color: #D58FE0;
}
</style>
border-color css
<style>
span { border-color: #D58FE0; }
span { border-color: rgb(213,143,224); }
td.TdClassName
{
border-color: #D58FE0;
}
.TagClassName
{
border-color: #D58FE0;
}
</style>