Shades of Plum #D69EDF
Tints of Plum #D69EDF
RGB
CMYK
RGB Variations
Color information
#D69EDF (or 0xD69EDF) is known color: Plum. HEX triplet: D6, 9E and DF. RGB value is (214,158,223). Sum of RGB (Red+Green+Blue) = 214+158+223=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDF is #296120. Grayscale: #B5B5B5. Windows color (decimal): -2711841 or 14655190. OLE color: 14655190.
HSL color Cylindrical-coordinate representation of color #D69EDF: hue angle of 291.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69EDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 158 | 223 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.13 |
| HSL | 291.69º | 0.5% | 0.75% | - |
| HSV(B) | 291.69º | 0.29% | 0.87% | - |
| XYZ | 53.28 | 44.08 | 75.51 | - |
| YUV | 182.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 223 | 0.04 | 0.29 | 0 | 0.13 | 291.69 | 0.5 | 0.75 |
| Hex | D6 | 9E | DF | 4 | 1D | 0 | D | 124 | 32 | 4B |
| Octal | 326 | 236 | 337 | 4 | 35 | 0 | 15 | 444 | 62 | 113 |
| Binary | 11010110 | 10011110 | 11011111 | 100 | 11101 | 0 | 1101 | 100100100 | 110010 | 1001011 |
Color Harmonies of #D69EDF
Complementary color
Monochromatic Colors of #D69EDF
Black with #D69EDF
Text Example
Text Example
White with #D69EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EDF; }
p { color: rgb(214,158,223); }
H1.HeaderClassName
{
color: #D69EDF;
}
.AnyTagClassName
{
color: #D69EDF;
}
</style>
background-color css
<style>
a { background-color: #D69EDF; }
a { background-color: rgb(214,158,223); }
div.DivClassName
{
background-color: #D69EDF;
}
.BgClassName
{
background-color: #D69EDF;
}
</style>
border-color css
<style>
span { border-color: #D69EDF; }
span { border-color: rgb(214,158,223); }
td.TdClassName
{
border-color: #D69EDF;
}
.TagClassName
{
border-color: #D69EDF;
}
</style>