Shades of Plum #D68DCF
Tints of Plum #D68DCF
RGB
CMYK
RGB Variations
Color information
#D68DCF (or 0xD68DCF) is known color: Plum. HEX triplet: D6, 8D and CF. RGB value is (214,141,207). Sum of RGB (Red+Green+Blue) = 214+141+207=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DCF is #297230. Grayscale: #AAAAAA. Windows color (decimal): -2716209 or 13602262. OLE color: 13602262.
HSL color Cylindrical-coordinate representation of color #D68DCF: hue angle of 305.75º 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 #D68DCF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 207 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.16 |
| HSL | 305.75º | 0.47% | 0.7% | - |
| HSV(B) | 305.75º | 0.34% | 0.84% | - |
| XYZ | 48.52 | 37.85 | 63.78 | - |
| YUV | 170.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 207 | 0 | 0.34 | 0.03 | 0.16 | 305.75 | 0.47 | 0.7 |
| Hex | D6 | 8D | CF | 0 | 22 | 3 | 10 | 132 | 2F | 46 |
| Octal | 326 | 215 | 317 | 0 | 42 | 3 | 20 | 462 | 57 | 106 |
| Binary | 11010110 | 10001101 | 11001111 | 0 | 100010 | 11 | 10000 | 100110010 | 101111 | 1000110 |
Color Harmonies of #D68DCF
Complementary color
Monochromatic Colors of #D68DCF
Black with #D68DCF
Text Example
Text Example
White with #D68DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DCF; }
p { color: rgb(214,141,207); }
H1.HeaderClassName
{
color: #D68DCF;
}
.AnyTagClassName
{
color: #D68DCF;
}
</style>
background-color css
<style>
a { background-color: #D68DCF; }
a { background-color: rgb(214,141,207); }
div.DivClassName
{
background-color: #D68DCF;
}
.BgClassName
{
background-color: #D68DCF;
}
</style>
border-color css
<style>
span { border-color: #D68DCF; }
span { border-color: rgb(214,141,207); }
td.TdClassName
{
border-color: #D68DCF;
}
.TagClassName
{
border-color: #D68DCF;
}
</style>