Shades of Plum #D68AD2
Tints of Plum #D68AD2
RGB
CMYK
RGB Variations
Color information
#D68AD2 (or 0xD68AD2) is known color: Plum. HEX triplet: D6, 8A and D2. RGB value is (214,138,210). Sum of RGB (Red+Green+Blue) = 214+138+210=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD2 is #29752D. Grayscale: #A8A8A8. Windows color (decimal): -2716974 or 13798102. OLE color: 13798102.
HSL color Cylindrical-coordinate representation of color #D68AD2: hue angle of 303.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AD2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 210 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.16 |
| HSL | 303.16º | 0.48% | 0.69% | - |
| HSV(B) | 303.16º | 0.36% | 0.84% | - |
| XYZ | 48.45 | 37.13 | 65.59 | - |
| YUV | 168.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 210 | 0 | 0.36 | 0.02 | 0.16 | 303.16 | 0.48 | 0.69 |
| Hex | D6 | 8A | D2 | 0 | 24 | 2 | 10 | 12F | 30 | 45 |
| Octal | 326 | 212 | 322 | 0 | 44 | 2 | 20 | 457 | 60 | 105 |
| Binary | 11010110 | 10001010 | 11010010 | 0 | 100100 | 10 | 10000 | 100101111 | 110000 | 1000101 |
Color Harmonies of #D68AD2
Complementary color
Monochromatic Colors of #D68AD2
Black with #D68AD2
Text Example
Text Example
White with #D68AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AD2; }
p { color: rgb(214,138,210); }
H1.HeaderClassName
{
color: #D68AD2;
}
.AnyTagClassName
{
color: #D68AD2;
}
</style>
background-color css
<style>
a { background-color: #D68AD2; }
a { background-color: rgb(214,138,210); }
div.DivClassName
{
background-color: #D68AD2;
}
.BgClassName
{
background-color: #D68AD2;
}
</style>
border-color css
<style>
span { border-color: #D68AD2; }
span { border-color: rgb(214,138,210); }
td.TdClassName
{
border-color: #D68AD2;
}
.TagClassName
{
border-color: #D68AD2;
}
</style>