Shades of Plum #D58AD3
Tints of Plum #D58AD3
RGB
CMYK
RGB Variations
Color information
#D58AD3 (or 0xD58AD3) is known color: Plum. HEX triplet: D5, 8A and D3. RGB value is (213,138,211). Sum of RGB (Red+Green+Blue) = 213+138+211=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD3 is #2A752C. Grayscale: #A8A8A8. Windows color (decimal): -2782509 or 13863637. OLE color: 13863637.
HSL color Cylindrical-coordinate representation of color #D58AD3: hue angle of 301.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AD3 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 211 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.16 |
| HSL | 301.6º | 0.47% | 0.69% | - |
| HSV(B) | 301.6º | 0.35% | 0.84% | - |
| XYZ | 48.29 | 37.03 | 66.23 | - |
| YUV | 168.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 211 | 0 | 0.35 | 0.01 | 0.16 | 301.6 | 0.47 | 0.69 |
| Hex | D5 | 8A | D3 | 0 | 23 | 1 | 10 | 12E | 2F | 45 |
| Octal | 325 | 212 | 323 | 0 | 43 | 1 | 20 | 456 | 57 | 105 |
| Binary | 11010101 | 10001010 | 11010011 | 0 | 100011 | 1 | 10000 | 100101110 | 101111 | 1000101 |
Color Harmonies of #D58AD3
Complementary color
Monochromatic Colors of #D58AD3
Black with #D58AD3
Text Example
Text Example
White with #D58AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AD3; }
p { color: rgb(213,138,211); }
H1.HeaderClassName
{
color: #D58AD3;
}
.AnyTagClassName
{
color: #D58AD3;
}
</style>
background-color css
<style>
a { background-color: #D58AD3; }
a { background-color: rgb(213,138,211); }
div.DivClassName
{
background-color: #D58AD3;
}
.BgClassName
{
background-color: #D58AD3;
}
</style>
border-color css
<style>
span { border-color: #D58AD3; }
span { border-color: rgb(213,138,211); }
td.TdClassName
{
border-color: #D58AD3;
}
.TagClassName
{
border-color: #D58AD3;
}
</style>