Shades of Plum #D68CD5
Tints of Plum #D68CD5
RGB
CMYK
RGB Variations
Color information
#D68CD5 (or 0xD68CD5) is known color: Plum. HEX triplet: D6, 8C and D5. RGB value is (214,140,213). Sum of RGB (Red+Green+Blue) = 214+140+213=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CD5 is #29732A. Grayscale: #AAAAAA. Windows color (decimal): -2716459 or 13995222. OLE color: 13995222.
HSL color Cylindrical-coordinate representation of color #D68CD5: hue angle of 300.81º 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 #D68CD5 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 213 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.16 |
| HSL | 300.81º | 0.47% | 0.69% | - |
| HSV(B) | 300.81º | 0.35% | 0.84% | - |
| XYZ | 49.12 | 37.86 | 67.67 | - |
| YUV | 170.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 213 | 0 | 0.35 | 0.00 | 0.16 | 300.81 | 0.47 | 0.69 |
| Hex | D6 | 8C | D5 | 0 | 23 | 0 | 10 | 12D | 2F | 45 |
| Octal | 326 | 214 | 325 | 0 | 43 | 0 | 20 | 455 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11010101 | 0 | 100011 | 0 | 10000 | 100101101 | 101111 | 1000101 |
Color Harmonies of #D68CD5
Complementary color
Monochromatic Colors of #D68CD5
Black with #D68CD5
Text Example
Text Example
White with #D68CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CD5; }
p { color: rgb(214,140,213); }
H1.HeaderClassName
{
color: #D68CD5;
}
.AnyTagClassName
{
color: #D68CD5;
}
</style>
background-color css
<style>
a { background-color: #D68CD5; }
a { background-color: rgb(214,140,213); }
div.DivClassName
{
background-color: #D68CD5;
}
.BgClassName
{
background-color: #D68CD5;
}
</style>
border-color css
<style>
span { border-color: #D68CD5; }
span { border-color: rgb(214,140,213); }
td.TdClassName
{
border-color: #D68CD5;
}
.TagClassName
{
border-color: #D68CD5;
}
</style>