Shades of Plum #D69ED3
Tints of Plum #D69ED3
RGB
CMYK
RGB Variations
Color information
#D69ED3 (or 0xD69ED3) is known color: Plum. HEX triplet: D6, 9E and D3. RGB value is (214,158,211). Sum of RGB (Red+Green+Blue) = 214+158+211=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED3 is #29612C. Grayscale: #B4B4B4. Windows color (decimal): -2711853 or 13868758. OLE color: 13868758.
HSL color Cylindrical-coordinate representation of color #D69ED3: hue angle of 303.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69ED3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 211 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.16 |
| HSL | 303.21º | 0.41% | 0.73% | - |
| HSV(B) | 303.21º | 0.26% | 0.84% | - |
| XYZ | 51.72 | 43.45 | 67.29 | - |
| YUV | 180.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 211 | 0 | 0.26 | 0.01 | 0.16 | 303.21 | 0.41 | 0.73 |
| Hex | D6 | 9E | D3 | 0 | 1A | 1 | 10 | 12F | 29 | 49 |
| Octal | 326 | 236 | 323 | 0 | 32 | 1 | 20 | 457 | 51 | 111 |
| Binary | 11010110 | 10011110 | 11010011 | 0 | 11010 | 1 | 10000 | 100101111 | 101001 | 1001001 |
Color Harmonies of #D69ED3
Complementary color
Monochromatic Colors of #D69ED3
Black with #D69ED3
Text Example
Text Example
White with #D69ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ED3; }
p { color: rgb(214,158,211); }
H1.HeaderClassName
{
color: #D69ED3;
}
.AnyTagClassName
{
color: #D69ED3;
}
</style>
background-color css
<style>
a { background-color: #D69ED3; }
a { background-color: rgb(214,158,211); }
div.DivClassName
{
background-color: #D69ED3;
}
.BgClassName
{
background-color: #D69ED3;
}
</style>
border-color css
<style>
span { border-color: #D69ED3; }
span { border-color: rgb(214,158,211); }
td.TdClassName
{
border-color: #D69ED3;
}
.TagClassName
{
border-color: #D69ED3;
}
</style>