Shades of Plum #D58ADA
Tints of Plum #D58ADA
RGB
CMYK
RGB Variations
Color information
#D58ADA (or 0xD58ADA) is known color: Plum. HEX triplet: D5, 8A and DA. RGB value is (213,138,218). Sum of RGB (Red+Green+Blue) = 213+138+218=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D58ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADA is #2A7525. Grayscale: #A9A9A9. Windows color (decimal): -2782502 or 14322389. OLE color: 14322389.
HSL color Cylindrical-coordinate representation of color #D58ADA: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58ADA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 138 | 218 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.15 |
| HSL | 296.25º | 0.52% | 0.7% | - |
| HSV(B) | 296.25º | 0.37% | 0.85% | - |
| XYZ | 49.18 | 37.39 | 70.95 | - |
| YUV | 169.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 218 | 0.02 | 0.37 | 0 | 0.15 | 296.25 | 0.52 | 0.7 |
| Hex | D5 | 8A | DA | 2 | 25 | 0 | F | 128 | 34 | 46 |
| Octal | 325 | 212 | 332 | 2 | 45 | 0 | 17 | 450 | 64 | 106 |
| Binary | 11010101 | 10001010 | 11011010 | 10 | 100101 | 0 | 1111 | 100101000 | 110100 | 1000110 |
Color Harmonies of #D58ADA
Complementary color
Monochromatic Colors of #D58ADA
Black with #D58ADA
Text Example
Text Example
White with #D58ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ADA; }
p { color: rgb(213,138,218); }
H1.HeaderClassName
{
color: #D58ADA;
}
.AnyTagClassName
{
color: #D58ADA;
}
</style>
background-color css
<style>
a { background-color: #D58ADA; }
a { background-color: rgb(213,138,218); }
div.DivClassName
{
background-color: #D58ADA;
}
.BgClassName
{
background-color: #D58ADA;
}
</style>
border-color css
<style>
span { border-color: #D58ADA; }
span { border-color: rgb(213,138,218); }
td.TdClassName
{
border-color: #D58ADA;
}
.TagClassName
{
border-color: #D58ADA;
}
</style>