Shades of Plum #D691D0
Tints of Plum #D691D0
RGB
CMYK
RGB Variations
Color information
#D691D0 (or 0xD691D0) is known color: Plum. HEX triplet: D6, 91 and D0. RGB value is (214,145,208). Sum of RGB (Red+Green+Blue) = 214+145+208=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D691D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691D0 is #296E2F. Grayscale: #ACACAC. Windows color (decimal): -2715184 or 13668822. OLE color: 13668822.
HSL color Cylindrical-coordinate representation of color #D691D0: hue angle of 305.22º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691D0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 208 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.16 |
| HSL | 305.22º | 0.46% | 0.7% | - |
| HSV(B) | 305.22º | 0.32% | 0.84% | - |
| XYZ | 49.24 | 39.1 | 64.63 | - |
| YUV | 172.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 208 | 0 | 0.32 | 0.03 | 0.16 | 305.22 | 0.46 | 0.7 |
| Hex | D6 | 91 | D0 | 0 | 20 | 3 | 10 | 131 | 2E | 46 |
| Octal | 326 | 221 | 320 | 0 | 40 | 3 | 20 | 461 | 56 | 106 |
| Binary | 11010110 | 10010001 | 11010000 | 0 | 100000 | 11 | 10000 | 100110001 | 101110 | 1000110 |
Color Harmonies of #D691D0
Complementary color
Monochromatic Colors of #D691D0
Black with #D691D0
Text Example
Text Example
White with #D691D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691D0; }
p { color: rgb(214,145,208); }
H1.HeaderClassName
{
color: #D691D0;
}
.AnyTagClassName
{
color: #D691D0;
}
</style>
background-color css
<style>
a { background-color: #D691D0; }
a { background-color: rgb(214,145,208); }
div.DivClassName
{
background-color: #D691D0;
}
.BgClassName
{
background-color: #D691D0;
}
</style>
border-color css
<style>
span { border-color: #D691D0; }
span { border-color: rgb(214,145,208); }
td.TdClassName
{
border-color: #D691D0;
}
.TagClassName
{
border-color: #D691D0;
}
</style>