Shades of Plum #D69ED2
Tints of Plum #D69ED2
RGB
CMYK
RGB Variations
Color information
#D69ED2 (or 0xD69ED2) is known color: Plum. HEX triplet: D6, 9E and D2. RGB value is (214,158,210). Sum of RGB (Red+Green+Blue) = 214+158+210=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED2 is #29612D. Grayscale: #B4B4B4. Windows color (decimal): -2711854 or 13803222. OLE color: 13803222.
HSL color Cylindrical-coordinate representation of color #D69ED2: hue angle of 304.29º 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 #D69ED2 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 210 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.16 |
| HSL | 304.29º | 0.41% | 0.73% | - |
| HSV(B) | 304.29º | 0.26% | 0.84% | - |
| XYZ | 51.59 | 43.4 | 66.63 | - |
| YUV | 180.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 210 | 0 | 0.26 | 0.02 | 0.16 | 304.29 | 0.41 | 0.73 |
| Hex | D6 | 9E | D2 | 0 | 1A | 2 | 10 | 130 | 29 | 49 |
| Octal | 326 | 236 | 322 | 0 | 32 | 2 | 20 | 460 | 51 | 111 |
| Binary | 11010110 | 10011110 | 11010010 | 0 | 11010 | 10 | 10000 | 100110000 | 101001 | 1001001 |
Color Harmonies of #D69ED2
Complementary color
Monochromatic Colors of #D69ED2
Black with #D69ED2
Text Example
Text Example
White with #D69ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ED2; }
p { color: rgb(214,158,210); }
H1.HeaderClassName
{
color: #D69ED2;
}
.AnyTagClassName
{
color: #D69ED2;
}
</style>
background-color css
<style>
a { background-color: #D69ED2; }
a { background-color: rgb(214,158,210); }
div.DivClassName
{
background-color: #D69ED2;
}
.BgClassName
{
background-color: #D69ED2;
}
</style>
border-color css
<style>
span { border-color: #D69ED2; }
span { border-color: rgb(214,158,210); }
td.TdClassName
{
border-color: #D69ED2;
}
.TagClassName
{
border-color: #D69ED2;
}
</style>