Shades of Plum #D68BDA
Tints of Plum #D68BDA
RGB
CMYK
RGB Variations
Color information
#D68BDA (or 0xD68BDA) is known color: Plum. HEX triplet: D6, 8B and DA. RGB value is (214,139,218). Sum of RGB (Red+Green+Blue) = 214+139+218=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D68BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BDA is #297425. Grayscale: #AAAAAA. Windows color (decimal): -2716710 or 14322646. OLE color: 14322646.
HSL color Cylindrical-coordinate representation of color #D68BDA: hue angle of 296.96º degrees, saturation: 0.52, 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 #D68BDA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 139 | 218 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.15 |
| HSL | 296.96º | 0.52% | 0.7% | - |
| HSV(B) | 296.96º | 0.36% | 0.85% | - |
| XYZ | 49.62 | 37.82 | 71.02 | - |
| YUV | 170.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 218 | 0.02 | 0.36 | 0 | 0.15 | 296.96 | 0.52 | 0.7 |
| Hex | D6 | 8B | DA | 2 | 24 | 0 | F | 129 | 34 | 46 |
| Octal | 326 | 213 | 332 | 2 | 44 | 0 | 17 | 451 | 64 | 106 |
| Binary | 11010110 | 10001011 | 11011010 | 10 | 100100 | 0 | 1111 | 100101001 | 110100 | 1000110 |
Color Harmonies of #D68BDA
Complementary color
Monochromatic Colors of #D68BDA
Black with #D68BDA
Text Example
Text Example
White with #D68BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BDA; }
p { color: rgb(214,139,218); }
H1.HeaderClassName
{
color: #D68BDA;
}
.AnyTagClassName
{
color: #D68BDA;
}
</style>
background-color css
<style>
a { background-color: #D68BDA; }
a { background-color: rgb(214,139,218); }
div.DivClassName
{
background-color: #D68BDA;
}
.BgClassName
{
background-color: #D68BDA;
}
</style>
border-color css
<style>
span { border-color: #D68BDA; }
span { border-color: rgb(214,139,218); }
td.TdClassName
{
border-color: #D68BDA;
}
.TagClassName
{
border-color: #D68BDA;
}
</style>