Shades of Plum #D388DD
Tints of Plum #D388DD
RGB
CMYK
RGB Variations
Color information
#D388DD (or 0xD388DD) is known color: Plum. HEX triplet: D3, 88 and DD. RGB value is (211,136,221). Sum of RGB (Red+Green+Blue) = 211+136+221=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D388DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DD is #2C7722. Grayscale: #A7A7A7. Windows color (decimal): -2914083 or 14518483. OLE color: 14518483.
HSL color Cylindrical-coordinate representation of color #D388DD: hue angle of 292.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D388DD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 136 | 221 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.13 |
| HSL | 292.94º | 0.56% | 0.7% | - |
| HSV(B) | 292.94º | 0.38% | 0.87% | - |
| XYZ | 48.72 | 36.68 | 72.92 | - |
| YUV | 168.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 221 | 0.05 | 0.38 | 0 | 0.13 | 292.94 | 0.56 | 0.7 |
| Hex | D3 | 88 | DD | 5 | 26 | 0 | D | 125 | 38 | 46 |
| Octal | 323 | 210 | 335 | 5 | 46 | 0 | 15 | 445 | 70 | 106 |
| Binary | 11010011 | 10001000 | 11011101 | 101 | 100110 | 0 | 1101 | 100100101 | 111000 | 1000110 |
Color Harmonies of #D388DD
Complementary color
Monochromatic Colors of #D388DD
Black with #D388DD
Text Example
Text Example
White with #D388DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388DD; }
p { color: rgb(211,136,221); }
H1.HeaderClassName
{
color: #D388DD;
}
.AnyTagClassName
{
color: #D388DD;
}
</style>
background-color css
<style>
a { background-color: #D388DD; }
a { background-color: rgb(211,136,221); }
div.DivClassName
{
background-color: #D388DD;
}
.BgClassName
{
background-color: #D388DD;
}
</style>
border-color css
<style>
span { border-color: #D388DD; }
span { border-color: rgb(211,136,221); }
td.TdClassName
{
border-color: #D388DD;
}
.TagClassName
{
border-color: #D388DD;
}
</style>