Shades of Plum #D68DCE
Tints of Plum #D68DCE
RGB
CMYK
RGB Variations
Color information
#D68DCE (or 0xD68DCE) is known color: Plum. HEX triplet: D6, 8D and CE. RGB value is (214,141,206). Sum of RGB (Red+Green+Blue) = 214+141+206=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DCE is #297231. Grayscale: #AAAAAA. Windows color (decimal): -2716210 or 13536726. OLE color: 13536726.
HSL color Cylindrical-coordinate representation of color #D68DCE: hue angle of 306.58º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68DCE is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 206 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.16 |
| HSL | 306.58º | 0.47% | 0.7% | - |
| HSV(B) | 306.58º | 0.34% | 0.84% | - |
| XYZ | 48.4 | 37.8 | 63.14 | - |
| YUV | 170.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 206 | 0 | 0.34 | 0.04 | 0.16 | 306.58 | 0.47 | 0.7 |
| Hex | D6 | 8D | CE | 0 | 22 | 4 | 10 | 133 | 2F | 46 |
| Octal | 326 | 215 | 316 | 0 | 42 | 4 | 20 | 463 | 57 | 106 |
| Binary | 11010110 | 10001101 | 11001110 | 0 | 100010 | 100 | 10000 | 100110011 | 101111 | 1000110 |
Color Harmonies of #D68DCE
Complementary color
Monochromatic Colors of #D68DCE
Black with #D68DCE
Text Example
Text Example
White with #D68DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DCE; }
p { color: rgb(214,141,206); }
H1.HeaderClassName
{
color: #D68DCE;
}
.AnyTagClassName
{
color: #D68DCE;
}
</style>
background-color css
<style>
a { background-color: #D68DCE; }
a { background-color: rgb(214,141,206); }
div.DivClassName
{
background-color: #D68DCE;
}
.BgClassName
{
background-color: #D68DCE;
}
</style>
border-color css
<style>
span { border-color: #D68DCE; }
span { border-color: rgb(214,141,206); }
td.TdClassName
{
border-color: #D68DCE;
}
.TagClassName
{
border-color: #D68DCE;
}
</style>