Shades of Plum #D88BD4
Tints of Plum #D88BD4
RGB
CMYK
RGB Variations
Color information
#D88BD4 (or 0xD88BD4) is known color: Plum. HEX triplet: D8, 8B and D4. RGB value is (216,139,212). Sum of RGB (Red+Green+Blue) = 216+139+212=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BD4 is #27742B. Grayscale: #AAAAAA. Windows color (decimal): -2585644 or 13929432. OLE color: 13929432.
HSL color Cylindrical-coordinate representation of color #D88BD4: hue angle of 303.12º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88BD4 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 212 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.15 |
| HSL | 303.12º | 0.5% | 0.7% | - |
| HSV(B) | 303.12º | 0.36% | 0.85% | - |
| XYZ | 49.44 | 37.82 | 66.98 | - |
| YUV | 170.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 212 | 0 | 0.36 | 0.02 | 0.15 | 303.12 | 0.5 | 0.7 |
| Hex | D8 | 8B | D4 | 0 | 24 | 2 | F | 12F | 32 | 46 |
| Octal | 330 | 213 | 324 | 0 | 44 | 2 | 17 | 457 | 62 | 106 |
| Binary | 11011000 | 10001011 | 11010100 | 0 | 100100 | 10 | 1111 | 100101111 | 110010 | 1000110 |
Color Harmonies of #D88BD4
Complementary color
Monochromatic Colors of #D88BD4
Black with #D88BD4
Text Example
Text Example
White with #D88BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BD4; }
p { color: rgb(216,139,212); }
H1.HeaderClassName
{
color: #D88BD4;
}
.AnyTagClassName
{
color: #D88BD4;
}
</style>
background-color css
<style>
a { background-color: #D88BD4; }
a { background-color: rgb(216,139,212); }
div.DivClassName
{
background-color: #D88BD4;
}
.BgClassName
{
background-color: #D88BD4;
}
</style>
border-color css
<style>
span { border-color: #D88BD4; }
span { border-color: rgb(216,139,212); }
td.TdClassName
{
border-color: #D88BD4;
}
.TagClassName
{
border-color: #D88BD4;
}
</style>