Shades of Plum #D8AFDA
Tints of Plum #D8AFDA
RGB
CMYK
RGB Variations
Color information
#D8AFDA (or 0xD8AFDA) is known color: Plum. HEX triplet: D8, AF and DA. RGB value is (216,175,218). Sum of RGB (Red+Green+Blue) = 216+175+218=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFDA is #275025. Grayscale: #C0C0C0. Windows color (decimal): -2576422 or 14331864. OLE color: 14331864.
HSL color Cylindrical-coordinate representation of color #D8AFDA: hue angle of 297.21º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8AFDA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 218 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.15 |
| HSL | 297.21º | 0.37% | 0.77% | - |
| HSV(B) | 297.21º | 0.2% | 0.85% | - |
| XYZ | 56.3 | 50.32 | 73.08 | - |
| YUV | 192.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 218 | 0.01 | 0.20 | 0 | 0.15 | 297.21 | 0.37 | 0.77 |
| Hex | D8 | AF | DA | 1 | 14 | 0 | F | 129 | 25 | 4D |
| Octal | 330 | 257 | 332 | 1 | 24 | 0 | 17 | 451 | 45 | 115 |
| Binary | 11011000 | 10101111 | 11011010 | 1 | 10100 | 0 | 1111 | 100101001 | 100101 | 1001101 |
Color Harmonies of #D8AFDA
Complementary color
Monochromatic Colors of #D8AFDA
Black with #D8AFDA
Text Example
Text Example
White with #D8AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFDA; }
p { color: rgb(216,175,218); }
H1.HeaderClassName
{
color: #D8AFDA;
}
.AnyTagClassName
{
color: #D8AFDA;
}
</style>
background-color css
<style>
a { background-color: #D8AFDA; }
a { background-color: rgb(216,175,218); }
div.DivClassName
{
background-color: #D8AFDA;
}
.BgClassName
{
background-color: #D8AFDA;
}
</style>
border-color css
<style>
span { border-color: #D8AFDA; }
span { border-color: rgb(216,175,218); }
td.TdClassName
{
border-color: #D8AFDA;
}
.TagClassName
{
border-color: #D8AFDA;
}
</style>