Shades of Plum #D58ADE
Tints of Plum #D58ADE
RGB
CMYK
RGB Variations
Color information
#D58ADE (or 0xD58ADE) is known color: Plum. HEX triplet: D5, 8A and DE. RGB value is (213,138,222). Sum of RGB (Red+Green+Blue) = 213+138+222=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D58ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADE is #2A7521. Grayscale: #A9A9A9. Windows color (decimal): -2782498 or 14584533. OLE color: 14584533.
HSL color Cylindrical-coordinate representation of color #D58ADE: hue angle of 293.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58ADE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 138 | 222 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 293.57º | 0.56% | 0.71% | - |
| HSV(B) | 293.57º | 0.38% | 0.87% | - |
| XYZ | 49.71 | 37.6 | 73.74 | - |
| YUV | 170 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 222 | 0.04 | 0.38 | 0 | 0.13 | 293.57 | 0.56 | 0.71 |
| Hex | D5 | 8A | DE | 4 | 26 | 0 | D | 126 | 38 | 47 |
| Octal | 325 | 212 | 336 | 4 | 46 | 0 | 15 | 446 | 70 | 107 |
| Binary | 11010101 | 10001010 | 11011110 | 100 | 100110 | 0 | 1101 | 100100110 | 111000 | 1000111 |
Color Harmonies of #D58ADE
Complementary color
Monochromatic Colors of #D58ADE
Black with #D58ADE
Text Example
Text Example
White with #D58ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ADE; }
p { color: rgb(213,138,222); }
H1.HeaderClassName
{
color: #D58ADE;
}
.AnyTagClassName
{
color: #D58ADE;
}
</style>
background-color css
<style>
a { background-color: #D58ADE; }
a { background-color: rgb(213,138,222); }
div.DivClassName
{
background-color: #D58ADE;
}
.BgClassName
{
background-color: #D58ADE;
}
</style>
border-color css
<style>
span { border-color: #D58ADE; }
span { border-color: rgb(213,138,222); }
td.TdClassName
{
border-color: #D58ADE;
}
.TagClassName
{
border-color: #D58ADE;
}
</style>