Shades of Plum #D388DA
Tints of Plum #D388DA
RGB
CMYK
RGB Variations
Color information
#D388DA (or 0xD388DA) is known color: Plum. HEX triplet: D3, 88 and DA. RGB value is (211,136,218). Sum of RGB (Red+Green+Blue) = 211+136+218=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D388DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DA is #2C7725. Grayscale: #A7A7A7. Windows color (decimal): -2914086 or 14321875. OLE color: 14321875.
HSL color Cylindrical-coordinate representation of color #D388DA: hue angle of 294.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D388DA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 136 | 218 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.15 |
| HSL | 294.88º | 0.53% | 0.69% | - |
| HSV(B) | 294.88º | 0.38% | 0.85% | - |
| XYZ | 48.32 | 36.52 | 70.83 | - |
| YUV | 167.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 218 | 0.03 | 0.38 | 0 | 0.15 | 294.88 | 0.53 | 0.69 |
| Hex | D3 | 88 | DA | 3 | 26 | 0 | F | 127 | 35 | 45 |
| Octal | 323 | 210 | 332 | 3 | 46 | 0 | 17 | 447 | 65 | 105 |
| Binary | 11010011 | 10001000 | 11011010 | 11 | 100110 | 0 | 1111 | 100100111 | 110101 | 1000101 |
Color Harmonies of #D388DA
Complementary color
Monochromatic Colors of #D388DA
Black with #D388DA
Text Example
Text Example
White with #D388DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388DA; }
p { color: rgb(211,136,218); }
H1.HeaderClassName
{
color: #D388DA;
}
.AnyTagClassName
{
color: #D388DA;
}
</style>
background-color css
<style>
a { background-color: #D388DA; }
a { background-color: rgb(211,136,218); }
div.DivClassName
{
background-color: #D388DA;
}
.BgClassName
{
background-color: #D388DA;
}
</style>
border-color css
<style>
span { border-color: #D388DA; }
span { border-color: rgb(211,136,218); }
td.TdClassName
{
border-color: #D388DA;
}
.TagClassName
{
border-color: #D388DA;
}
</style>