Shades of Plum #D68CD4
Tints of Plum #D68CD4
RGB
CMYK
RGB Variations
Color information
#D68CD4 (or 0xD68CD4) is known color: Plum. HEX triplet: D6, 8C and D4. RGB value is (214,140,212). Sum of RGB (Red+Green+Blue) = 214+140+212=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CD4 is #29732B. Grayscale: #AAAAAA. Windows color (decimal): -2716460 or 13929686. OLE color: 13929686.
HSL color Cylindrical-coordinate representation of color #D68CD4: hue angle of 301.62º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CD4 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 212 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.16 |
| HSL | 301.62º | 0.47% | 0.69% | - |
| HSV(B) | 301.62º | 0.35% | 0.84% | - |
| XYZ | 48.99 | 37.81 | 67 | - |
| YUV | 170.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 212 | 0 | 0.35 | 0.01 | 0.16 | 301.62 | 0.47 | 0.69 |
| Hex | D6 | 8C | D4 | 0 | 23 | 1 | 10 | 12E | 2F | 45 |
| Octal | 326 | 214 | 324 | 0 | 43 | 1 | 20 | 456 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11010100 | 0 | 100011 | 1 | 10000 | 100101110 | 101111 | 1000101 |
Color Harmonies of #D68CD4
Complementary color
Monochromatic Colors of #D68CD4
Black with #D68CD4
Text Example
Text Example
White with #D68CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CD4; }
p { color: rgb(214,140,212); }
H1.HeaderClassName
{
color: #D68CD4;
}
.AnyTagClassName
{
color: #D68CD4;
}
</style>
background-color css
<style>
a { background-color: #D68CD4; }
a { background-color: rgb(214,140,212); }
div.DivClassName
{
background-color: #D68CD4;
}
.BgClassName
{
background-color: #D68CD4;
}
</style>
border-color css
<style>
span { border-color: #D68CD4; }
span { border-color: rgb(214,140,212); }
td.TdClassName
{
border-color: #D68CD4;
}
.TagClassName
{
border-color: #D68CD4;
}
</style>