Shades of Plum #D58FDD
Tints of Plum #D58FDD
RGB
CMYK
RGB Variations
Color information
#D58FDD (or 0xD58FDD) is known color: Plum. HEX triplet: D5, 8F and DD. RGB value is (213,143,221). Sum of RGB (Red+Green+Blue) = 213+143+221=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FDD is #2A7022. Grayscale: #ACACAC. Windows color (decimal): -2781219 or 14520277. OLE color: 14520277.
HSL color Cylindrical-coordinate representation of color #D58FDD: hue angle of 293.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58FDD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 143 | 221 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.13 |
| HSL | 293.85º | 0.53% | 0.71% | - |
| HSV(B) | 293.85º | 0.35% | 0.87% | - |
| XYZ | 50.31 | 39.01 | 73.28 | - |
| YUV | 172.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 221 | 0.04 | 0.35 | 0 | 0.13 | 293.85 | 0.53 | 0.71 |
| Hex | D5 | 8F | DD | 4 | 23 | 0 | D | 126 | 35 | 47 |
| Octal | 325 | 217 | 335 | 4 | 43 | 0 | 15 | 446 | 65 | 107 |
| Binary | 11010101 | 10001111 | 11011101 | 100 | 100011 | 0 | 1101 | 100100110 | 110101 | 1000111 |
Color Harmonies of #D58FDD
Complementary color
Monochromatic Colors of #D58FDD
Black with #D58FDD
Text Example
Text Example
White with #D58FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FDD; }
p { color: rgb(213,143,221); }
H1.HeaderClassName
{
color: #D58FDD;
}
.AnyTagClassName
{
color: #D58FDD;
}
</style>
background-color css
<style>
a { background-color: #D58FDD; }
a { background-color: rgb(213,143,221); }
div.DivClassName
{
background-color: #D58FDD;
}
.BgClassName
{
background-color: #D58FDD;
}
</style>
border-color css
<style>
span { border-color: #D58FDD; }
span { border-color: rgb(213,143,221); }
td.TdClassName
{
border-color: #D58FDD;
}
.TagClassName
{
border-color: #D58FDD;
}
</style>