Shades of Plum #D48AD1
Tints of Plum #D48AD1
RGB
CMYK
RGB Variations
Color information
#D48AD1 (or 0xD48AD1) is known color: Plum. HEX triplet: D4, 8A and D1. RGB value is (212,138,209). Sum of RGB (Red+Green+Blue) = 212+138+209=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AD1 is #2B752E. Grayscale: #A8A8A8. Windows color (decimal): -2848047 or 13732564. OLE color: 13732564.
HSL color Cylindrical-coordinate representation of color #D48AD1: hue angle of 302.43º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AD1 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 209 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.17 |
| HSL | 302.43º | 0.46% | 0.69% | - |
| HSV(B) | 302.43º | 0.35% | 0.83% | - |
| XYZ | 47.75 | 36.78 | 64.9 | - |
| YUV | 168.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 209 | 0 | 0.35 | 0.01 | 0.17 | 302.43 | 0.46 | 0.69 |
| Hex | D4 | 8A | D1 | 0 | 23 | 1 | 11 | 12E | 2E | 45 |
| Octal | 324 | 212 | 321 | 0 | 43 | 1 | 21 | 456 | 56 | 105 |
| Binary | 11010100 | 10001010 | 11010001 | 0 | 100011 | 1 | 10001 | 100101110 | 101110 | 1000101 |
Color Harmonies of #D48AD1
Complementary color
Monochromatic Colors of #D48AD1
Black with #D48AD1
Text Example
Text Example
White with #D48AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48AD1; }
p { color: rgb(212,138,209); }
H1.HeaderClassName
{
color: #D48AD1;
}
.AnyTagClassName
{
color: #D48AD1;
}
</style>
background-color css
<style>
a { background-color: #D48AD1; }
a { background-color: rgb(212,138,209); }
div.DivClassName
{
background-color: #D48AD1;
}
.BgClassName
{
background-color: #D48AD1;
}
</style>
border-color css
<style>
span { border-color: #D48AD1; }
span { border-color: rgb(212,138,209); }
td.TdClassName
{
border-color: #D48AD1;
}
.TagClassName
{
border-color: #D48AD1;
}
</style>