Shades of Plum #D691D1
Tints of Plum #D691D1
RGB
CMYK
RGB Variations
Color information
#D691D1 (or 0xD691D1) is known color: Plum. HEX triplet: D6, 91 and D1. RGB value is (214,145,209). Sum of RGB (Red+Green+Blue) = 214+145+209=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D691D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691D1 is #296E2E. Grayscale: #ACACAC. Windows color (decimal): -2715183 or 13734358. OLE color: 13734358.
HSL color Cylindrical-coordinate representation of color #D691D1: hue angle of 304.35º 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 #D691D1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 209 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.16 |
| HSL | 304.35º | 0.46% | 0.7% | - |
| HSV(B) | 304.35º | 0.32% | 0.84% | - |
| XYZ | 49.37 | 39.15 | 65.28 | - |
| YUV | 172.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 209 | 0 | 0.32 | 0.02 | 0.16 | 304.35 | 0.46 | 0.7 |
| Hex | D6 | 91 | D1 | 0 | 20 | 2 | 10 | 130 | 2E | 46 |
| Octal | 326 | 221 | 321 | 0 | 40 | 2 | 20 | 460 | 56 | 106 |
| Binary | 11010110 | 10010001 | 11010001 | 0 | 100000 | 10 | 10000 | 100110000 | 101110 | 1000110 |
Color Harmonies of #D691D1
Complementary color
Monochromatic Colors of #D691D1
Black with #D691D1
Text Example
Text Example
White with #D691D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691D1; }
p { color: rgb(214,145,209); }
H1.HeaderClassName
{
color: #D691D1;
}
.AnyTagClassName
{
color: #D691D1;
}
</style>
background-color css
<style>
a { background-color: #D691D1; }
a { background-color: rgb(214,145,209); }
div.DivClassName
{
background-color: #D691D1;
}
.BgClassName
{
background-color: #D691D1;
}
</style>
border-color css
<style>
span { border-color: #D691D1; }
span { border-color: rgb(214,145,209); }
td.TdClassName
{
border-color: #D691D1;
}
.TagClassName
{
border-color: #D691D1;
}
</style>