Shades of Plum #D69BCF
Tints of Plum #D69BCF
RGB
CMYK
RGB Variations
Color information
#D69BCF (or 0xD69BCF) is known color: Plum. HEX triplet: D6, 9B and CF. RGB value is (214,155,207). Sum of RGB (Red+Green+Blue) = 214+155+207=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BCF is #296430. Grayscale: #B2B2B2. Windows color (decimal): -2712625 or 13605846. OLE color: 13605846.
HSL color Cylindrical-coordinate representation of color #D69BCF: hue angle of 307.12º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BCF is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 207 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.16 |
| HSL | 307.12º | 0.42% | 0.72% | - |
| HSV(B) | 307.12º | 0.28% | 0.84% | - |
| XYZ | 50.72 | 42.24 | 64.51 | - |
| YUV | 178.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 207 | 0 | 0.28 | 0.03 | 0.16 | 307.12 | 0.42 | 0.72 |
| Hex | D6 | 9B | CF | 0 | 1C | 3 | 10 | 133 | 2A | 48 |
| Octal | 326 | 233 | 317 | 0 | 34 | 3 | 20 | 463 | 52 | 110 |
| Binary | 11010110 | 10011011 | 11001111 | 0 | 11100 | 11 | 10000 | 100110011 | 101010 | 1001000 |
Color Harmonies of #D69BCF
Complementary color
Monochromatic Colors of #D69BCF
Black with #D69BCF
Text Example
Text Example
White with #D69BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BCF; }
p { color: rgb(214,155,207); }
H1.HeaderClassName
{
color: #D69BCF;
}
.AnyTagClassName
{
color: #D69BCF;
}
</style>
background-color css
<style>
a { background-color: #D69BCF; }
a { background-color: rgb(214,155,207); }
div.DivClassName
{
background-color: #D69BCF;
}
.BgClassName
{
background-color: #D69BCF;
}
</style>
border-color css
<style>
span { border-color: #D69BCF; }
span { border-color: rgb(214,155,207); }
td.TdClassName
{
border-color: #D69BCF;
}
.TagClassName
{
border-color: #D69BCF;
}
</style>