Shades of Plum #D48BDF
Tints of Plum #D48BDF
RGB
CMYK
RGB Variations
Color information
#D48BDF (or 0xD48BDF) is known color: Plum. HEX triplet: D4, 8B and DF. RGB value is (212,139,223). Sum of RGB (Red+Green+Blue) = 212+139+223=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D48BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BDF is #2B7420. Grayscale: #AAAAAA. Windows color (decimal): -2847777 or 14650324. OLE color: 14650324.
HSL color Cylindrical-coordinate representation of color #D48BDF: hue angle of 292.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48BDF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 139 | 223 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 292.14º | 0.57% | 0.71% | - |
| HSV(B) | 292.14º | 0.38% | 0.87% | - |
| XYZ | 49.7 | 37.79 | 74.49 | - |
| YUV | 170.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 223 | 0.05 | 0.38 | 0 | 0.13 | 292.14 | 0.57 | 0.71 |
| Hex | D4 | 8B | DF | 5 | 26 | 0 | D | 124 | 39 | 47 |
| Octal | 324 | 213 | 337 | 5 | 46 | 0 | 15 | 444 | 71 | 107 |
| Binary | 11010100 | 10001011 | 11011111 | 101 | 100110 | 0 | 1101 | 100100100 | 111001 | 1000111 |
Color Harmonies of #D48BDF
Complementary color
Monochromatic Colors of #D48BDF
Black with #D48BDF
Text Example
Text Example
White with #D48BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BDF; }
p { color: rgb(212,139,223); }
H1.HeaderClassName
{
color: #D48BDF;
}
.AnyTagClassName
{
color: #D48BDF;
}
</style>
background-color css
<style>
a { background-color: #D48BDF; }
a { background-color: rgb(212,139,223); }
div.DivClassName
{
background-color: #D48BDF;
}
.BgClassName
{
background-color: #D48BDF;
}
</style>
border-color css
<style>
span { border-color: #D48BDF; }
span { border-color: rgb(212,139,223); }
td.TdClassName
{
border-color: #D48BDF;
}
.TagClassName
{
border-color: #D48BDF;
}
</style>