Shades of Plum #D68FD1
Tints of Plum #D68FD1
RGB
CMYK
RGB Variations
Color information
#D68FD1 (or 0xD68FD1) is known color: Plum. HEX triplet: D6, 8F and D1. RGB value is (214,143,209). Sum of RGB (Red+Green+Blue) = 214+143+209=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD1 is #29702E. Grayscale: #ABABAB. Windows color (decimal): -2715695 or 13733846. OLE color: 13733846.
HSL color Cylindrical-coordinate representation of color #D68FD1: hue angle of 304.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 209 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.16 |
| HSL | 304.23º | 0.46% | 0.7% | - |
| HSV(B) | 304.23º | 0.33% | 0.84% | - |
| XYZ | 49.06 | 38.54 | 65.18 | - |
| YUV | 171.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 209 | 0 | 0.33 | 0.02 | 0.16 | 304.23 | 0.46 | 0.7 |
| Hex | D6 | 8F | D1 | 0 | 21 | 2 | 10 | 130 | 2E | 46 |
| Octal | 326 | 217 | 321 | 0 | 41 | 2 | 20 | 460 | 56 | 106 |
| Binary | 11010110 | 10001111 | 11010001 | 0 | 100001 | 10 | 10000 | 100110000 | 101110 | 1000110 |
Color Harmonies of #D68FD1
Complementary color
Monochromatic Colors of #D68FD1
Black with #D68FD1
Text Example
Text Example
White with #D68FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FD1; }
p { color: rgb(214,143,209); }
H1.HeaderClassName
{
color: #D68FD1;
}
.AnyTagClassName
{
color: #D68FD1;
}
</style>
background-color css
<style>
a { background-color: #D68FD1; }
a { background-color: rgb(214,143,209); }
div.DivClassName
{
background-color: #D68FD1;
}
.BgClassName
{
background-color: #D68FD1;
}
</style>
border-color css
<style>
span { border-color: #D68FD1; }
span { border-color: rgb(214,143,209); }
td.TdClassName
{
border-color: #D68FD1;
}
.TagClassName
{
border-color: #D68FD1;
}
</style>