Shades of Plum #D88AD3
Tints of Plum #D88AD3
RGB
CMYK
RGB Variations
Color information
#D88AD3 (or 0xD88AD3) is known color: Plum. HEX triplet: D8, 8A and D3. RGB value is (216,138,211). Sum of RGB (Red+Green+Blue) = 216+138+211=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD3 is #27752C. Grayscale: #A9A9A9. Windows color (decimal): -2585901 or 13863640. OLE color: 13863640.
HSL color Cylindrical-coordinate representation of color #D88AD3: hue angle of 303.85º 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 #D88AD3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 211 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.15 |
| HSL | 303.85º | 0.5% | 0.69% | - |
| HSV(B) | 303.85º | 0.36% | 0.85% | - |
| XYZ | 49.17 | 37.48 | 66.27 | - |
| YUV | 169.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 211 | 0 | 0.36 | 0.02 | 0.15 | 303.85 | 0.5 | 0.69 |
| Hex | D8 | 8A | D3 | 0 | 24 | 2 | F | 130 | 32 | 45 |
| Octal | 330 | 212 | 323 | 0 | 44 | 2 | 17 | 460 | 62 | 105 |
| Binary | 11011000 | 10001010 | 11010011 | 0 | 100100 | 10 | 1111 | 100110000 | 110010 | 1000101 |
Color Harmonies of #D88AD3
Complementary color
Monochromatic Colors of #D88AD3
Black with #D88AD3
Text Example
Text Example
White with #D88AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AD3; }
p { color: rgb(216,138,211); }
H1.HeaderClassName
{
color: #D88AD3;
}
.AnyTagClassName
{
color: #D88AD3;
}
</style>
background-color css
<style>
a { background-color: #D88AD3; }
a { background-color: rgb(216,138,211); }
div.DivClassName
{
background-color: #D88AD3;
}
.BgClassName
{
background-color: #D88AD3;
}
</style>
border-color css
<style>
span { border-color: #D88AD3; }
span { border-color: rgb(216,138,211); }
td.TdClassName
{
border-color: #D88AD3;
}
.TagClassName
{
border-color: #D88AD3;
}
</style>