Shades of Plum #D69BD8
Tints of Plum #D69BD8
RGB
CMYK
RGB Variations
Color information
#D69BD8 (or 0xD69BD8) is known color: Plum. HEX triplet: D6, 9B and D8. RGB value is (214,155,216). Sum of RGB (Red+Green+Blue) = 214+155+216=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #D69BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BD8 is #296427. Grayscale: #B3B3B3. Windows color (decimal): -2712616 or 14195670. OLE color: 14195670.
HSL color Cylindrical-coordinate representation of color #D69BD8: hue angle of 298.03º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BD8 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 155 | 216 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.15 |
| HSL | 298.03º | 0.44% | 0.73% | - |
| HSV(B) | 298.03º | 0.28% | 0.85% | - |
| XYZ | 51.85 | 42.7 | 70.47 | - |
| YUV | 179.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 216 | 0.01 | 0.28 | 0 | 0.15 | 298.03 | 0.44 | 0.73 |
| Hex | D6 | 9B | D8 | 1 | 1C | 0 | F | 12A | 2C | 49 |
| Octal | 326 | 233 | 330 | 1 | 34 | 0 | 17 | 452 | 54 | 111 |
| Binary | 11010110 | 10011011 | 11011000 | 1 | 11100 | 0 | 1111 | 100101010 | 101100 | 1001001 |
Color Harmonies of #D69BD8
Complementary color
Monochromatic Colors of #D69BD8
Black with #D69BD8
Text Example
Text Example
White with #D69BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BD8; }
p { color: rgb(214,155,216); }
H1.HeaderClassName
{
color: #D69BD8;
}
.AnyTagClassName
{
color: #D69BD8;
}
</style>
background-color css
<style>
a { background-color: #D69BD8; }
a { background-color: rgb(214,155,216); }
div.DivClassName
{
background-color: #D69BD8;
}
.BgClassName
{
background-color: #D69BD8;
}
</style>
border-color css
<style>
span { border-color: #D69BD8; }
span { border-color: rgb(214,155,216); }
td.TdClassName
{
border-color: #D69BD8;
}
.TagClassName
{
border-color: #D69BD8;
}
</style>