Shades of Plum #D68BD2
Tints of Plum #D68BD2
RGB
CMYK
RGB Variations
Color information
#D68BD2 (or 0xD68BD2) is known color: Plum. HEX triplet: D6, 8B and D2. RGB value is (214,139,210). Sum of RGB (Red+Green+Blue) = 214+139+210=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BD2 is #29742D. Grayscale: #A9A9A9. Windows color (decimal): -2716718 or 13798358. OLE color: 13798358.
HSL color Cylindrical-coordinate representation of color #D68BD2: hue angle of 303.2º 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 #D68BD2 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 210 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.16 |
| HSL | 303.2º | 0.48% | 0.69% | - |
| HSV(B) | 303.2º | 0.35% | 0.84% | - |
| XYZ | 48.6 | 37.41 | 65.63 | - |
| YUV | 169.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 210 | 0 | 0.35 | 0.02 | 0.16 | 303.2 | 0.48 | 0.69 |
| Hex | D6 | 8B | D2 | 0 | 23 | 2 | 10 | 12F | 30 | 45 |
| Octal | 326 | 213 | 322 | 0 | 43 | 2 | 20 | 457 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11010010 | 0 | 100011 | 10 | 10000 | 100101111 | 110000 | 1000101 |
Color Harmonies of #D68BD2
Complementary color
Monochromatic Colors of #D68BD2
Black with #D68BD2
Text Example
Text Example
White with #D68BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BD2; }
p { color: rgb(214,139,210); }
H1.HeaderClassName
{
color: #D68BD2;
}
.AnyTagClassName
{
color: #D68BD2;
}
</style>
background-color css
<style>
a { background-color: #D68BD2; }
a { background-color: rgb(214,139,210); }
div.DivClassName
{
background-color: #D68BD2;
}
.BgClassName
{
background-color: #D68BD2;
}
</style>
border-color css
<style>
span { border-color: #D68BD2; }
span { border-color: rgb(214,139,210); }
td.TdClassName
{
border-color: #D68BD2;
}
.TagClassName
{
border-color: #D68BD2;
}
</style>