Shades of Plum #D48BDA
Tints of Plum #D48BDA
RGB
CMYK
RGB Variations
Color information
#D48BDA (or 0xD48BDA) is known color: Plum. HEX triplet: D4, 8B and DA. RGB value is (212,139,218). Sum of RGB (Red+Green+Blue) = 212+139+218=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 139 (54.69% from 255 or 24.43% 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 #D48BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BDA is #2B7425. Grayscale: #A9A9A9. Windows color (decimal): -2847782 or 14322644. OLE color: 14322644.
HSL color Cylindrical-coordinate representation of color #D48BDA: hue angle of 295.44º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48BDA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 139 | 218 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.15 |
| HSL | 295.44º | 0.52% | 0.7% | - |
| HSV(B) | 295.44º | 0.36% | 0.85% | - |
| XYZ | 49.04 | 37.52 | 70.99 | - |
| YUV | 169.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 218 | 0.03 | 0.36 | 0 | 0.15 | 295.44 | 0.52 | 0.7 |
| Hex | D4 | 8B | DA | 3 | 24 | 0 | F | 127 | 34 | 46 |
| Octal | 324 | 213 | 332 | 3 | 44 | 0 | 17 | 447 | 64 | 106 |
| Binary | 11010100 | 10001011 | 11011010 | 11 | 100100 | 0 | 1111 | 100100111 | 110100 | 1000110 |
Color Harmonies of #D48BDA
Complementary color
Monochromatic Colors of #D48BDA
Black with #D48BDA
Text Example
Text Example
White with #D48BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BDA; }
p { color: rgb(212,139,218); }
H1.HeaderClassName
{
color: #D48BDA;
}
.AnyTagClassName
{
color: #D48BDA;
}
</style>
background-color css
<style>
a { background-color: #D48BDA; }
a { background-color: rgb(212,139,218); }
div.DivClassName
{
background-color: #D48BDA;
}
.BgClassName
{
background-color: #D48BDA;
}
</style>
border-color css
<style>
span { border-color: #D48BDA; }
span { border-color: rgb(212,139,218); }
td.TdClassName
{
border-color: #D48BDA;
}
.TagClassName
{
border-color: #D48BDA;
}
</style>