Shades of Plum #D68FDA
Tints of Plum #D68FDA
RGB
CMYK
RGB Variations
Color information
#D68FDA (or 0xD68FDA) is known color: Plum. HEX triplet: D6, 8F and DA. RGB value is (214,143,218). Sum of RGB (Red+Green+Blue) = 214+143+218=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D68FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FDA is #297025. Grayscale: #ACACAC. Windows color (decimal): -2715686 or 14323670. OLE color: 14323670.
HSL color Cylindrical-coordinate representation of color #D68FDA: hue angle of 296.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68FDA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 143 | 218 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.15 |
| HSL | 296.8º | 0.5% | 0.71% | - |
| HSV(B) | 296.8º | 0.34% | 0.85% | - |
| XYZ | 50.21 | 39 | 71.21 | - |
| YUV | 172.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 218 | 0.02 | 0.34 | 0 | 0.15 | 296.8 | 0.5 | 0.71 |
| Hex | D6 | 8F | DA | 2 | 22 | 0 | F | 129 | 32 | 47 |
| Octal | 326 | 217 | 332 | 2 | 42 | 0 | 17 | 451 | 62 | 107 |
| Binary | 11010110 | 10001111 | 11011010 | 10 | 100010 | 0 | 1111 | 100101001 | 110010 | 1000111 |
Color Harmonies of #D68FDA
Complementary color
Monochromatic Colors of #D68FDA
Black with #D68FDA
Text Example
Text Example
White with #D68FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FDA; }
p { color: rgb(214,143,218); }
H1.HeaderClassName
{
color: #D68FDA;
}
.AnyTagClassName
{
color: #D68FDA;
}
</style>
background-color css
<style>
a { background-color: #D68FDA; }
a { background-color: rgb(214,143,218); }
div.DivClassName
{
background-color: #D68FDA;
}
.BgClassName
{
background-color: #D68FDA;
}
</style>
border-color css
<style>
span { border-color: #D68FDA; }
span { border-color: rgb(214,143,218); }
td.TdClassName
{
border-color: #D68FDA;
}
.TagClassName
{
border-color: #D68FDA;
}
</style>