Shades of Plum #D388DF
Tints of Plum #D388DF
RGB
CMYK
RGB Variations
Color information
#D388DF (or 0xD388DF) is known color: Plum. HEX triplet: D3, 88 and DF. RGB value is (211,136,223). Sum of RGB (Red+Green+Blue) = 211+136+223=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D388DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DF is #2C7720. Grayscale: #A8A8A8. Windows color (decimal): -2914081 or 14649555. OLE color: 14649555.
HSL color Cylindrical-coordinate representation of color #D388DF: hue angle of 291.72º 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 #D388DF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 136 | 223 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.13 |
| HSL | 291.72º | 0.58% | 0.7% | - |
| HSV(B) | 291.72º | 0.39% | 0.87% | - |
| XYZ | 48.99 | 36.78 | 74.33 | - |
| YUV | 168.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 223 | 0.05 | 0.39 | 0 | 0.13 | 291.72 | 0.58 | 0.7 |
| Hex | D3 | 88 | DF | 5 | 27 | 0 | D | 124 | 3A | 46 |
| Octal | 323 | 210 | 337 | 5 | 47 | 0 | 15 | 444 | 72 | 106 |
| Binary | 11010011 | 10001000 | 11011111 | 101 | 100111 | 0 | 1101 | 100100100 | 111010 | 1000110 |
Color Harmonies of #D388DF
Complementary color
Monochromatic Colors of #D388DF
Black with #D388DF
Text Example
Text Example
White with #D388DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388DF; }
p { color: rgb(211,136,223); }
H1.HeaderClassName
{
color: #D388DF;
}
.AnyTagClassName
{
color: #D388DF;
}
</style>
background-color css
<style>
a { background-color: #D388DF; }
a { background-color: rgb(211,136,223); }
div.DivClassName
{
background-color: #D388DF;
}
.BgClassName
{
background-color: #D388DF;
}
</style>
border-color css
<style>
span { border-color: #D388DF; }
span { border-color: rgb(211,136,223); }
td.TdClassName
{
border-color: #D388DF;
}
.TagClassName
{
border-color: #D388DF;
}
</style>