Shades of Plum #D387DF
Tints of Plum #D387DF
RGB
CMYK
RGB Variations
Color information
#D387DF (or 0xD387DF) is known color: Plum. HEX triplet: D3, 87 and DF. RGB value is (211,135,223). Sum of RGB (Red+Green+Blue) = 211+135+223=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D387DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387DF is #2C7820. Grayscale: #A7A7A7. Windows color (decimal): -2914337 or 14649299. OLE color: 14649299.
HSL color Cylindrical-coordinate representation of color #D387DF: hue angle of 291.82º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D387DF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 135 | 223 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.13 |
| HSL | 291.82º | 0.58% | 0.7% | - |
| HSV(B) | 291.82º | 0.39% | 0.87% | - |
| XYZ | 48.85 | 36.5 | 74.28 | - |
| YUV | 167.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 223 | 0.05 | 0.39 | 0 | 0.13 | 291.82 | 0.58 | 0.7 |
| Hex | D3 | 87 | DF | 5 | 27 | 0 | D | 124 | 3A | 46 |
| Octal | 323 | 207 | 337 | 5 | 47 | 0 | 15 | 444 | 72 | 106 |
| Binary | 11010011 | 10000111 | 11011111 | 101 | 100111 | 0 | 1101 | 100100100 | 111010 | 1000110 |
Color Harmonies of #D387DF
Complementary color
Monochromatic Colors of #D387DF
Black with #D387DF
Text Example
Text Example
White with #D387DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D387DF; }
p { color: rgb(211,135,223); }
H1.HeaderClassName
{
color: #D387DF;
}
.AnyTagClassName
{
color: #D387DF;
}
</style>
background-color css
<style>
a { background-color: #D387DF; }
a { background-color: rgb(211,135,223); }
div.DivClassName
{
background-color: #D387DF;
}
.BgClassName
{
background-color: #D387DF;
}
</style>
border-color css
<style>
span { border-color: #D387DF; }
span { border-color: rgb(211,135,223); }
td.TdClassName
{
border-color: #D387DF;
}
.TagClassName
{
border-color: #D387DF;
}
</style>