Shades of Plum #D68BDF
Tints of Plum #D68BDF
RGB
CMYK
RGB Variations
Color information
#D68BDF (or 0xD68BDF) is known color: Plum. HEX triplet: D6, 8B and DF. RGB value is (214,139,223). Sum of RGB (Red+Green+Blue) = 214+139+223=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D68BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BDF is #297420. Grayscale: #AAAAAA. Windows color (decimal): -2716705 or 14650326. OLE color: 14650326.
HSL color Cylindrical-coordinate representation of color #D68BDF: hue angle of 293.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68BDF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 139 | 223 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 293.57º | 0.57% | 0.71% | - |
| HSV(B) | 293.57º | 0.38% | 0.87% | - |
| XYZ | 50.28 | 38.09 | 74.51 | - |
| YUV | 171 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 223 | 0.04 | 0.38 | 0 | 0.13 | 293.57 | 0.57 | 0.71 |
| Hex | D6 | 8B | DF | 4 | 26 | 0 | D | 126 | 39 | 47 |
| Octal | 326 | 213 | 337 | 4 | 46 | 0 | 15 | 446 | 71 | 107 |
| Binary | 11010110 | 10001011 | 11011111 | 100 | 100110 | 0 | 1101 | 100100110 | 111001 | 1000111 |
Color Harmonies of #D68BDF
Complementary color
Monochromatic Colors of #D68BDF
Black with #D68BDF
Text Example
Text Example
White with #D68BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BDF; }
p { color: rgb(214,139,223); }
H1.HeaderClassName
{
color: #D68BDF;
}
.AnyTagClassName
{
color: #D68BDF;
}
</style>
background-color css
<style>
a { background-color: #D68BDF; }
a { background-color: rgb(214,139,223); }
div.DivClassName
{
background-color: #D68BDF;
}
.BgClassName
{
background-color: #D68BDF;
}
</style>
border-color css
<style>
span { border-color: #D68BDF; }
span { border-color: rgb(214,139,223); }
td.TdClassName
{
border-color: #D68BDF;
}
.TagClassName
{
border-color: #D68BDF;
}
</style>