Shades of Plum #D68FD4
Tints of Plum #D68FD4
RGB
CMYK
RGB Variations
Color information
#D68FD4 (or 0xD68FD4) is known color: Plum. HEX triplet: D6, 8F and D4. RGB value is (214,143,212). Sum of RGB (Red+Green+Blue) = 214+143+212=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FD4 is #29702B. Grayscale: #ABABAB. Windows color (decimal): -2715692 or 13930454. OLE color: 13930454.
HSL color Cylindrical-coordinate representation of color #D68FD4: hue angle of 301.69º 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 #D68FD4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 212 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.16 |
| HSL | 301.69º | 0.46% | 0.7% | - |
| HSV(B) | 301.69º | 0.33% | 0.84% | - |
| XYZ | 49.44 | 38.69 | 67.15 | - |
| YUV | 172.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 212 | 0 | 0.33 | 0.01 | 0.16 | 301.69 | 0.46 | 0.7 |
| Hex | D6 | 8F | D4 | 0 | 21 | 1 | 10 | 12E | 2E | 46 |
| Octal | 326 | 217 | 324 | 0 | 41 | 1 | 20 | 456 | 56 | 106 |
| Binary | 11010110 | 10001111 | 11010100 | 0 | 100001 | 1 | 10000 | 100101110 | 101110 | 1000110 |
Color Harmonies of #D68FD4
Complementary color
Monochromatic Colors of #D68FD4
Black with #D68FD4
Text Example
Text Example
White with #D68FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FD4; }
p { color: rgb(214,143,212); }
H1.HeaderClassName
{
color: #D68FD4;
}
.AnyTagClassName
{
color: #D68FD4;
}
</style>
background-color css
<style>
a { background-color: #D68FD4; }
a { background-color: rgb(214,143,212); }
div.DivClassName
{
background-color: #D68FD4;
}
.BgClassName
{
background-color: #D68FD4;
}
</style>
border-color css
<style>
span { border-color: #D68FD4; }
span { border-color: rgb(214,143,212); }
td.TdClassName
{
border-color: #D68FD4;
}
.TagClassName
{
border-color: #D68FD4;
}
</style>