Shades of Plum #D38FD1
Tints of Plum #D38FD1
RGB
CMYK
RGB Variations
Color information
#D38FD1 (or 0xD38FD1) is known color: Plum. HEX triplet: D3, 8F and D1. RGB value is (211,143,209). Sum of RGB (Red+Green+Blue) = 211+143+209=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD1 is #2C702E. Grayscale: #AAAAAA. Windows color (decimal): -2912303 or 13733843. OLE color: 13733843.
HSL color Cylindrical-coordinate representation of color #D38FD1: hue angle of 301.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D38FD1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 209 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.17 |
| HSL | 301.76º | 0.44% | 0.69% | - |
| HSV(B) | 301.76º | 0.32% | 0.83% | - |
| XYZ | 48.2 | 38.1 | 65.13 | - |
| YUV | 170.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 209 | 0 | 0.32 | 0.01 | 0.17 | 301.76 | 0.44 | 0.69 |
| Hex | D3 | 8F | D1 | 0 | 20 | 1 | 11 | 12E | 2C | 45 |
| Octal | 323 | 217 | 321 | 0 | 40 | 1 | 21 | 456 | 54 | 105 |
| Binary | 11010011 | 10001111 | 11010001 | 0 | 100000 | 1 | 10001 | 100101110 | 101100 | 1000101 |
Color Harmonies of #D38FD1
Complementary color
Monochromatic Colors of #D38FD1
Black with #D38FD1
Text Example
Text Example
White with #D38FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FD1; }
p { color: rgb(211,143,209); }
H1.HeaderClassName
{
color: #D38FD1;
}
.AnyTagClassName
{
color: #D38FD1;
}
</style>
background-color css
<style>
a { background-color: #D38FD1; }
a { background-color: rgb(211,143,209); }
div.DivClassName
{
background-color: #D38FD1;
}
.BgClassName
{
background-color: #D38FD1;
}
</style>
border-color css
<style>
span { border-color: #D38FD1; }
span { border-color: rgb(211,143,209); }
td.TdClassName
{
border-color: #D38FD1;
}
.TagClassName
{
border-color: #D38FD1;
}
</style>