Shades of Plum #D68FDE
Tints of Plum #D68FDE
RGB
CMYK
RGB Variations
Color information
#D68FDE (or 0xD68FDE) is known color: Plum. HEX triplet: D6, 8F and DE. RGB value is (214,143,222). Sum of RGB (Red+Green+Blue) = 214+143+222=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #D68FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FDE is #297021. Grayscale: #ACACAC. Windows color (decimal): -2715682 or 14585814. OLE color: 14585814.
HSL color Cylindrical-coordinate representation of color #D68FDE: hue angle of 293.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68FDE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 143 | 222 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.13 |
| HSL | 293.92º | 0.54% | 0.72% | - |
| HSV(B) | 293.92º | 0.36% | 0.87% | - |
| XYZ | 50.74 | 39.21 | 74 | - |
| YUV | 173.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 222 | 0.04 | 0.36 | 0 | 0.13 | 293.92 | 0.54 | 0.72 |
| Hex | D6 | 8F | DE | 4 | 24 | 0 | D | 126 | 36 | 48 |
| Octal | 326 | 217 | 336 | 4 | 44 | 0 | 15 | 446 | 66 | 110 |
| Binary | 11010110 | 10001111 | 11011110 | 100 | 100100 | 0 | 1101 | 100100110 | 110110 | 1001000 |
Color Harmonies of #D68FDE
Complementary color
Monochromatic Colors of #D68FDE
Black with #D68FDE
Text Example
Text Example
White with #D68FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FDE; }
p { color: rgb(214,143,222); }
H1.HeaderClassName
{
color: #D68FDE;
}
.AnyTagClassName
{
color: #D68FDE;
}
</style>
background-color css
<style>
a { background-color: #D68FDE; }
a { background-color: rgb(214,143,222); }
div.DivClassName
{
background-color: #D68FDE;
}
.BgClassName
{
background-color: #D68FDE;
}
</style>
border-color css
<style>
span { border-color: #D68FDE; }
span { border-color: rgb(214,143,222); }
td.TdClassName
{
border-color: #D68FDE;
}
.TagClassName
{
border-color: #D68FDE;
}
</style>