Shades of Plum #D69FDC
Tints of Plum #D69FDC
RGB
CMYK
RGB Variations
Color information
#D69FDC (or 0xD69FDC) is known color: Plum. HEX triplet: D6, 9F and DC. RGB value is (214,159,220). Sum of RGB (Red+Green+Blue) = 214+159+220=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDC is #296023. Grayscale: #B6B6B6. Windows color (decimal): -2711588 or 14458838. OLE color: 14458838.
HSL color Cylindrical-coordinate representation of color #D69FDC: hue angle of 294.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69FDC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 159 | 220 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.14 |
| HSL | 294.1º | 0.47% | 0.74% | - |
| HSV(B) | 294.1º | 0.28% | 0.86% | - |
| XYZ | 53.05 | 44.26 | 73.46 | - |
| YUV | 182.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 220 | 0.03 | 0.28 | 0 | 0.14 | 294.1 | 0.47 | 0.74 |
| Hex | D6 | 9F | DC | 3 | 1C | 0 | E | 126 | 2F | 4A |
| Octal | 326 | 237 | 334 | 3 | 34 | 0 | 16 | 446 | 57 | 112 |
| Binary | 11010110 | 10011111 | 11011100 | 11 | 11100 | 0 | 1110 | 100100110 | 101111 | 1001010 |
Color Harmonies of #D69FDC
Complementary color
Monochromatic Colors of #D69FDC
Black with #D69FDC
Text Example
Text Example
White with #D69FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FDC; }
p { color: rgb(214,159,220); }
H1.HeaderClassName
{
color: #D69FDC;
}
.AnyTagClassName
{
color: #D69FDC;
}
</style>
background-color css
<style>
a { background-color: #D69FDC; }
a { background-color: rgb(214,159,220); }
div.DivClassName
{
background-color: #D69FDC;
}
.BgClassName
{
background-color: #D69FDC;
}
</style>
border-color css
<style>
span { border-color: #D69FDC; }
span { border-color: rgb(214,159,220); }
td.TdClassName
{
border-color: #D69FDC;
}
.TagClassName
{
border-color: #D69FDC;
}
</style>