Shades of Plum #D69BDC
Tints of Plum #D69BDC
RGB
CMYK
RGB Variations
Color information
#D69BDC (or 0xD69BDC) is known color: Plum. HEX triplet: D6, 9B and DC. RGB value is (214,155,220). Sum of RGB (Red+Green+Blue) = 214+155+220=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDC is #296423. Grayscale: #B3B3B3. Windows color (decimal): -2712612 or 14457814. OLE color: 14457814.
HSL color Cylindrical-coordinate representation of color #D69BDC: hue angle of 294.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69BDC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 155 | 220 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.14 |
| HSL | 294.46º | 0.48% | 0.74% | - |
| HSV(B) | 294.46º | 0.3% | 0.86% | - |
| XYZ | 52.37 | 42.91 | 73.23 | - |
| YUV | 180.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 220 | 0.03 | 0.30 | 0 | 0.14 | 294.46 | 0.48 | 0.74 |
| Hex | D6 | 9B | DC | 3 | 1E | 0 | E | 126 | 30 | 4A |
| Octal | 326 | 233 | 334 | 3 | 36 | 0 | 16 | 446 | 60 | 112 |
| Binary | 11010110 | 10011011 | 11011100 | 11 | 11110 | 0 | 1110 | 100100110 | 110000 | 1001010 |
Color Harmonies of #D69BDC
Complementary color
Monochromatic Colors of #D69BDC
Black with #D69BDC
Text Example
Text Example
White with #D69BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BDC; }
p { color: rgb(214,155,220); }
H1.HeaderClassName
{
color: #D69BDC;
}
.AnyTagClassName
{
color: #D69BDC;
}
</style>
background-color css
<style>
a { background-color: #D69BDC; }
a { background-color: rgb(214,155,220); }
div.DivClassName
{
background-color: #D69BDC;
}
.BgClassName
{
background-color: #D69BDC;
}
</style>
border-color css
<style>
span { border-color: #D69BDC; }
span { border-color: rgb(214,155,220); }
td.TdClassName
{
border-color: #D69BDC;
}
.TagClassName
{
border-color: #D69BDC;
}
</style>