Shades of Plum #D58FDA
Tints of Plum #D58FDA
RGB
CMYK
RGB Variations
Color information
#D58FDA (or 0xD58FDA) is known color: Plum. HEX triplet: D5, 8F and DA. RGB value is (213,143,218). Sum of RGB (Red+Green+Blue) = 213+143+218=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D58FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FDA is #2A7025. Grayscale: #ACACAC. Windows color (decimal): -2781222 or 14323669. OLE color: 14323669.
HSL color Cylindrical-coordinate representation of color #D58FDA: hue angle of 296º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58FDA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 143 | 218 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.15 |
| HSL | 296º | 0.5% | 0.71% | - |
| HSV(B) | 296º | 0.34% | 0.85% | - |
| XYZ | 49.92 | 38.85 | 71.2 | - |
| YUV | 172.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 218 | 0.02 | 0.34 | 0 | 0.15 | 296 | 0.5 | 0.71 |
| Hex | D5 | 8F | DA | 2 | 22 | 0 | F | 128 | 32 | 47 |
| Octal | 325 | 217 | 332 | 2 | 42 | 0 | 17 | 450 | 62 | 107 |
| Binary | 11010101 | 10001111 | 11011010 | 10 | 100010 | 0 | 1111 | 100101000 | 110010 | 1000111 |
Color Harmonies of #D58FDA
Complementary color
Monochromatic Colors of #D58FDA
Black with #D58FDA
Text Example
Text Example
White with #D58FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FDA; }
p { color: rgb(213,143,218); }
H1.HeaderClassName
{
color: #D58FDA;
}
.AnyTagClassName
{
color: #D58FDA;
}
</style>
background-color css
<style>
a { background-color: #D58FDA; }
a { background-color: rgb(213,143,218); }
div.DivClassName
{
background-color: #D58FDA;
}
.BgClassName
{
background-color: #D58FDA;
}
</style>
border-color css
<style>
span { border-color: #D58FDA; }
span { border-color: rgb(213,143,218); }
td.TdClassName
{
border-color: #D58FDA;
}
.TagClassName
{
border-color: #D58FDA;
}
</style>