Shades of Plum #D68BCE
Tints of Plum #D68BCE
RGB
CMYK
RGB Variations
Color information
#D68BCE (or 0xD68BCE) is known color: Plum. HEX triplet: D6, 8B and CE. RGB value is (214,139,206). Sum of RGB (Red+Green+Blue) = 214+139+206=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BCE is #297431. Grayscale: #A8A8A8. Windows color (decimal): -2716722 or 13536214. OLE color: 13536214.
HSL color Cylindrical-coordinate representation of color #D68BCE: hue angle of 306.4º 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 #D68BCE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 206 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.16 |
| HSL | 306.4º | 0.48% | 0.69% | - |
| HSV(B) | 306.4º | 0.35% | 0.84% | - |
| XYZ | 48.1 | 37.22 | 63.04 | - |
| YUV | 169.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 206 | 0 | 0.35 | 0.04 | 0.16 | 306.4 | 0.48 | 0.69 |
| Hex | D6 | 8B | CE | 0 | 23 | 4 | 10 | 132 | 30 | 45 |
| Octal | 326 | 213 | 316 | 0 | 43 | 4 | 20 | 462 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11001110 | 0 | 100011 | 100 | 10000 | 100110010 | 110000 | 1000101 |
Color Harmonies of #D68BCE
Complementary color
Monochromatic Colors of #D68BCE
Black with #D68BCE
Text Example
Text Example
White with #D68BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BCE; }
p { color: rgb(214,139,206); }
H1.HeaderClassName
{
color: #D68BCE;
}
.AnyTagClassName
{
color: #D68BCE;
}
</style>
background-color css
<style>
a { background-color: #D68BCE; }
a { background-color: rgb(214,139,206); }
div.DivClassName
{
background-color: #D68BCE;
}
.BgClassName
{
background-color: #D68BCE;
}
</style>
border-color css
<style>
span { border-color: #D68BCE; }
span { border-color: rgb(214,139,206); }
td.TdClassName
{
border-color: #D68BCE;
}
.TagClassName
{
border-color: #D68BCE;
}
</style>