Shades of Plum #D88AD4
Tints of Plum #D88AD4
RGB
CMYK
RGB Variations
Color information
#D88AD4 (or 0xD88AD4) is known color: Plum. HEX triplet: D8, 8A and D4. RGB value is (216,138,212). Sum of RGB (Red+Green+Blue) = 216+138+212=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD4 is #27752B. Grayscale: #A9A9A9. Windows color (decimal): -2585900 or 13929176. OLE color: 13929176.
HSL color Cylindrical-coordinate representation of color #D88AD4: hue angle of 303.08º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AD4 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 212 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.15 |
| HSL | 303.08º | 0.5% | 0.69% | - |
| HSV(B) | 303.08º | 0.36% | 0.85% | - |
| XYZ | 49.29 | 37.53 | 66.93 | - |
| YUV | 169.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 212 | 0 | 0.36 | 0.02 | 0.15 | 303.08 | 0.5 | 0.69 |
| Hex | D8 | 8A | D4 | 0 | 24 | 2 | F | 12F | 32 | 45 |
| Octal | 330 | 212 | 324 | 0 | 44 | 2 | 17 | 457 | 62 | 105 |
| Binary | 11011000 | 10001010 | 11010100 | 0 | 100100 | 10 | 1111 | 100101111 | 110010 | 1000101 |
Color Harmonies of #D88AD4
Complementary color
Monochromatic Colors of #D88AD4
Black with #D88AD4
Text Example
Text Example
White with #D88AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AD4; }
p { color: rgb(216,138,212); }
H1.HeaderClassName
{
color: #D88AD4;
}
.AnyTagClassName
{
color: #D88AD4;
}
</style>
background-color css
<style>
a { background-color: #D88AD4; }
a { background-color: rgb(216,138,212); }
div.DivClassName
{
background-color: #D88AD4;
}
.BgClassName
{
background-color: #D88AD4;
}
</style>
border-color css
<style>
span { border-color: #D88AD4; }
span { border-color: rgb(216,138,212); }
td.TdClassName
{
border-color: #D88AD4;
}
.TagClassName
{
border-color: #D88AD4;
}
</style>