Shades of Plum #D68BE4
Tints of Plum #D68BE4
RGB
CMYK
RGB Variations
Color information
#D68BE4 (or 0xD68BE4) is known color: Plum. HEX triplet: D6, 8B and E4. RGB value is (214,139,228). Sum of RGB (Red+Green+Blue) = 214+139+228=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #D68BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BE4 is #29741B. Grayscale: #ABABAB. Windows color (decimal): -2716700 or 14978006. OLE color: 14978006.
HSL color Cylindrical-coordinate representation of color #D68BE4: hue angle of 290.56º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68BE4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 139 | 228 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.11 |
| HSL | 290.56º | 0.62% | 0.72% | - |
| HSV(B) | 290.56º | 0.39% | 0.89% | - |
| XYZ | 50.97 | 38.36 | 78.12 | - |
| YUV | 171.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 228 | 0.06 | 0.39 | 0 | 0.11 | 290.56 | 0.62 | 0.72 |
| Hex | D6 | 8B | E4 | 6 | 27 | 0 | B | 123 | 3E | 48 |
| Octal | 326 | 213 | 344 | 6 | 47 | 0 | 13 | 443 | 76 | 110 |
| Binary | 11010110 | 10001011 | 11100100 | 110 | 100111 | 0 | 1011 | 100100011 | 111110 | 1001000 |
Color Harmonies of #D68BE4
Complementary color
Monochromatic Colors of #D68BE4
Black with #D68BE4
Text Example
Text Example
White with #D68BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BE4; }
p { color: rgb(214,139,228); }
H1.HeaderClassName
{
color: #D68BE4;
}
.AnyTagClassName
{
color: #D68BE4;
}
</style>
background-color css
<style>
a { background-color: #D68BE4; }
a { background-color: rgb(214,139,228); }
div.DivClassName
{
background-color: #D68BE4;
}
.BgClassName
{
background-color: #D68BE4;
}
</style>
border-color css
<style>
span { border-color: #D68BE4; }
span { border-color: rgb(214,139,228); }
td.TdClassName
{
border-color: #D68BE4;
}
.TagClassName
{
border-color: #D68BE4;
}
</style>