Shades of Plum #D28AD5
Tints of Plum #D28AD5
RGB
CMYK
RGB Variations
Color information
#D28AD5 (or 0xD28AD5) is known color: Plum. HEX triplet: D2, 8A and D5. RGB value is (210,138,213). Sum of RGB (Red+Green+Blue) = 210+138+213=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #D28AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AD5 is #2D752A. Grayscale: #A7A7A7. Windows color (decimal): -2979115 or 13994706. OLE color: 13994706.
HSL color Cylindrical-coordinate representation of color #D28AD5: hue angle of 297.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 #D28AD5 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 138 | 213 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.16 |
| HSL | 297.6º | 0.47% | 0.69% | - |
| HSV(B) | 297.6º | 0.35% | 0.84% | - |
| XYZ | 47.68 | 36.68 | 67.52 | - |
| YUV | 168.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 213 | 0.01 | 0.35 | 0 | 0.16 | 297.6 | 0.47 | 0.69 |
| Hex | D2 | 8A | D5 | 1 | 23 | 0 | 10 | 12A | 2F | 45 |
| Octal | 322 | 212 | 325 | 1 | 43 | 0 | 20 | 452 | 57 | 105 |
| Binary | 11010010 | 10001010 | 11010101 | 1 | 100011 | 0 | 10000 | 100101010 | 101111 | 1000101 |
Color Harmonies of #D28AD5
Complementary color
Monochromatic Colors of #D28AD5
Black with #D28AD5
Text Example
Text Example
White with #D28AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AD5; }
p { color: rgb(210,138,213); }
H1.HeaderClassName
{
color: #D28AD5;
}
.AnyTagClassName
{
color: #D28AD5;
}
</style>
background-color css
<style>
a { background-color: #D28AD5; }
a { background-color: rgb(210,138,213); }
div.DivClassName
{
background-color: #D28AD5;
}
.BgClassName
{
background-color: #D28AD5;
}
</style>
border-color css
<style>
span { border-color: #D28AD5; }
span { border-color: rgb(210,138,213); }
td.TdClassName
{
border-color: #D28AD5;
}
.TagClassName
{
border-color: #D28AD5;
}
</style>