Shades of Plum #D68BCF
Tints of Plum #D68BCF
RGB
CMYK
RGB Variations
Color information
#D68BCF (or 0xD68BCF) is known color: Plum. HEX triplet: D6, 8B and CF. RGB value is (214,139,207). Sum of RGB (Red+Green+Blue) = 214+139+207=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BCF is #297430. Grayscale: #A8A8A8. Windows color (decimal): -2716721 or 13601750. OLE color: 13601750.
HSL color Cylindrical-coordinate representation of color #D68BCF: hue angle of 305.6º 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 #D68BCF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 207 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.16 |
| HSL | 305.6º | 0.48% | 0.69% | - |
| HSV(B) | 305.6º | 0.35% | 0.84% | - |
| XYZ | 48.23 | 37.27 | 63.68 | - |
| YUV | 169.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 207 | 0 | 0.35 | 0.03 | 0.16 | 305.6 | 0.48 | 0.69 |
| Hex | D6 | 8B | CF | 0 | 23 | 3 | 10 | 132 | 30 | 45 |
| Octal | 326 | 213 | 317 | 0 | 43 | 3 | 20 | 462 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11001111 | 0 | 100011 | 11 | 10000 | 100110010 | 110000 | 1000101 |
Color Harmonies of #D68BCF
Complementary color
Monochromatic Colors of #D68BCF
Black with #D68BCF
Text Example
Text Example
White with #D68BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BCF; }
p { color: rgb(214,139,207); }
H1.HeaderClassName
{
color: #D68BCF;
}
.AnyTagClassName
{
color: #D68BCF;
}
</style>
background-color css
<style>
a { background-color: #D68BCF; }
a { background-color: rgb(214,139,207); }
div.DivClassName
{
background-color: #D68BCF;
}
.BgClassName
{
background-color: #D68BCF;
}
</style>
border-color css
<style>
span { border-color: #D68BCF; }
span { border-color: rgb(214,139,207); }
td.TdClassName
{
border-color: #D68BCF;
}
.TagClassName
{
border-color: #D68BCF;
}
</style>