Shades of Plum #D58FDE
Tints of Plum #D58FDE
RGB
CMYK
RGB Variations
Color information
#D58FDE (or 0xD58FDE) is known color: Plum. HEX triplet: D5, 8F and DE. RGB value is (213,143,222). Sum of RGB (Red+Green+Blue) = 213+143+222=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D58FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FDE is #2A7021. Grayscale: #ACACAC. Windows color (decimal): -2781218 or 14585813. OLE color: 14585813.
HSL color Cylindrical-coordinate representation of color #D58FDE: hue angle of 293.16º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58FDE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 143 | 222 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.13 |
| HSL | 293.16º | 0.54% | 0.72% | - |
| HSV(B) | 293.16º | 0.36% | 0.87% | - |
| XYZ | 50.45 | 39.06 | 73.99 | - |
| YUV | 172.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 222 | 0.04 | 0.36 | 0 | 0.13 | 293.16 | 0.54 | 0.72 |
| Hex | D5 | 8F | DE | 4 | 24 | 0 | D | 125 | 36 | 48 |
| Octal | 325 | 217 | 336 | 4 | 44 | 0 | 15 | 445 | 66 | 110 |
| Binary | 11010101 | 10001111 | 11011110 | 100 | 100100 | 0 | 1101 | 100100101 | 110110 | 1001000 |
Color Harmonies of #D58FDE
Complementary color
Monochromatic Colors of #D58FDE
Black with #D58FDE
Text Example
Text Example
White with #D58FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FDE; }
p { color: rgb(213,143,222); }
H1.HeaderClassName
{
color: #D58FDE;
}
.AnyTagClassName
{
color: #D58FDE;
}
</style>
background-color css
<style>
a { background-color: #D58FDE; }
a { background-color: rgb(213,143,222); }
div.DivClassName
{
background-color: #D58FDE;
}
.BgClassName
{
background-color: #D58FDE;
}
</style>
border-color css
<style>
span { border-color: #D58FDE; }
span { border-color: rgb(213,143,222); }
td.TdClassName
{
border-color: #D58FDE;
}
.TagClassName
{
border-color: #D58FDE;
}
</style>