Shades of Plum #D68BD1
Tints of Plum #D68BD1
RGB
CMYK
RGB Variations
Color information
#D68BD1 (or 0xD68BD1) is known color: Plum. HEX triplet: D6, 8B and D1. RGB value is (214,139,209). Sum of RGB (Red+Green+Blue) = 214+139+209=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BD1 is #29742E. Grayscale: #A9A9A9. Windows color (decimal): -2716719 or 13732822. OLE color: 13732822.
HSL color Cylindrical-coordinate representation of color #D68BD1: hue angle of 304º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BD1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 209 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.16 |
| HSL | 304º | 0.48% | 0.69% | - |
| HSV(B) | 304º | 0.35% | 0.84% | - |
| XYZ | 48.47 | 37.36 | 64.98 | - |
| YUV | 169.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 209 | 0 | 0.35 | 0.02 | 0.16 | 304 | 0.48 | 0.69 |
| Hex | D6 | 8B | D1 | 0 | 23 | 2 | 10 | 130 | 30 | 45 |
| Octal | 326 | 213 | 321 | 0 | 43 | 2 | 20 | 460 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11010001 | 0 | 100011 | 10 | 10000 | 100110000 | 110000 | 1000101 |
Color Harmonies of #D68BD1
Complementary color
Monochromatic Colors of #D68BD1
Black with #D68BD1
Text Example
Text Example
White with #D68BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BD1; }
p { color: rgb(214,139,209); }
H1.HeaderClassName
{
color: #D68BD1;
}
.AnyTagClassName
{
color: #D68BD1;
}
</style>
background-color css
<style>
a { background-color: #D68BD1; }
a { background-color: rgb(214,139,209); }
div.DivClassName
{
background-color: #D68BD1;
}
.BgClassName
{
background-color: #D68BD1;
}
</style>
border-color css
<style>
span { border-color: #D68BD1; }
span { border-color: rgb(214,139,209); }
td.TdClassName
{
border-color: #D68BD1;
}
.TagClassName
{
border-color: #D68BD1;
}
</style>