Shades of Plum #D68AD1
Tints of Plum #D68AD1
RGB
CMYK
RGB Variations
Color information
#D68AD1 (or 0xD68AD1) is known color: Plum. HEX triplet: D6, 8A and D1. RGB value is (214,138,209). Sum of RGB (Red+Green+Blue) = 214+138+209=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD1 is #29752E. Grayscale: #A8A8A8. Windows color (decimal): -2716975 or 13732566. OLE color: 13732566.
HSL color Cylindrical-coordinate representation of color #D68AD1: hue angle of 303.95º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AD1 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 209 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.16 |
| HSL | 303.95º | 0.48% | 0.69% | - |
| HSV(B) | 303.95º | 0.36% | 0.84% | - |
| XYZ | 48.33 | 37.08 | 64.93 | - |
| YUV | 168.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 209 | 0 | 0.36 | 0.02 | 0.16 | 303.95 | 0.48 | 0.69 |
| Hex | D6 | 8A | D1 | 0 | 24 | 2 | 10 | 130 | 30 | 45 |
| Octal | 326 | 212 | 321 | 0 | 44 | 2 | 20 | 460 | 60 | 105 |
| Binary | 11010110 | 10001010 | 11010001 | 0 | 100100 | 10 | 10000 | 100110000 | 110000 | 1000101 |
Color Harmonies of #D68AD1
Complementary color
Monochromatic Colors of #D68AD1
Black with #D68AD1
Text Example
Text Example
White with #D68AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AD1; }
p { color: rgb(214,138,209); }
H1.HeaderClassName
{
color: #D68AD1;
}
.AnyTagClassName
{
color: #D68AD1;
}
</style>
background-color css
<style>
a { background-color: #D68AD1; }
a { background-color: rgb(214,138,209); }
div.DivClassName
{
background-color: #D68AD1;
}
.BgClassName
{
background-color: #D68AD1;
}
</style>
border-color css
<style>
span { border-color: #D68AD1; }
span { border-color: rgb(214,138,209); }
td.TdClassName
{
border-color: #D68AD1;
}
.TagClassName
{
border-color: #D68AD1;
}
</style>