Shades of Plum #D68ED3
Tints of Plum #D68ED3
RGB
CMYK
RGB Variations
Color information
#D68ED3 (or 0xD68ED3) is known color: Plum. HEX triplet: D6, 8E and D3. RGB value is (214,142,211). Sum of RGB (Red+Green+Blue) = 214+142+211=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ED3 is #29712C. Grayscale: #ABABAB. Windows color (decimal): -2715949 or 13864662. OLE color: 13864662.
HSL color Cylindrical-coordinate representation of color #D68ED3: hue angle of 302.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ED3 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 211 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.16 |
| HSL | 302.5º | 0.47% | 0.7% | - |
| HSV(B) | 302.5º | 0.34% | 0.84% | - |
| XYZ | 49.16 | 38.35 | 66.44 | - |
| YUV | 171.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 211 | 0 | 0.34 | 0.01 | 0.16 | 302.5 | 0.47 | 0.7 |
| Hex | D6 | 8E | D3 | 0 | 22 | 1 | 10 | 12E | 2F | 46 |
| Octal | 326 | 216 | 323 | 0 | 42 | 1 | 20 | 456 | 57 | 106 |
| Binary | 11010110 | 10001110 | 11010011 | 0 | 100010 | 1 | 10000 | 100101110 | 101111 | 1000110 |
Color Harmonies of #D68ED3
Complementary color
Monochromatic Colors of #D68ED3
Black with #D68ED3
Text Example
Text Example
White with #D68ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68ED3; }
p { color: rgb(214,142,211); }
H1.HeaderClassName
{
color: #D68ED3;
}
.AnyTagClassName
{
color: #D68ED3;
}
</style>
background-color css
<style>
a { background-color: #D68ED3; }
a { background-color: rgb(214,142,211); }
div.DivClassName
{
background-color: #D68ED3;
}
.BgClassName
{
background-color: #D68ED3;
}
</style>
border-color css
<style>
span { border-color: #D68ED3; }
span { border-color: rgb(214,142,211); }
td.TdClassName
{
border-color: #D68ED3;
}
.TagClassName
{
border-color: #D68ED3;
}
</style>