Shades of Plum #D691E1
Tints of Plum #D691E1
RGB
CMYK
RGB Variations
Color information
#D691E1 (or 0xD691E1) is known color: Plum. HEX triplet: D6, 91 and E1. RGB value is (214,145,225). Sum of RGB (Red+Green+Blue) = 214+145+225=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #D691E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691E1 is #296E1E. Grayscale: #AEAEAE. Windows color (decimal): -2715167 or 14782934. OLE color: 14782934.
HSL color Cylindrical-coordinate representation of color #D691E1: hue angle of 291.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D691E1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 145 | 225 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.12 |
| HSL | 291.75º | 0.57% | 0.73% | - |
| HSV(B) | 291.75º | 0.36% | 0.88% | - |
| XYZ | 51.45 | 39.98 | 76.24 | - |
| YUV | 174.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 225 | 0.05 | 0.36 | 0 | 0.12 | 291.75 | 0.57 | 0.73 |
| Hex | D6 | 91 | E1 | 5 | 24 | 0 | C | 124 | 39 | 49 |
| Octal | 326 | 221 | 341 | 5 | 44 | 0 | 14 | 444 | 71 | 111 |
| Binary | 11010110 | 10010001 | 11100001 | 101 | 100100 | 0 | 1100 | 100100100 | 111001 | 1001001 |
Color Harmonies of #D691E1
Complementary color
Monochromatic Colors of #D691E1
Black with #D691E1
Text Example
Text Example
White with #D691E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691E1; }
p { color: rgb(214,145,225); }
H1.HeaderClassName
{
color: #D691E1;
}
.AnyTagClassName
{
color: #D691E1;
}
</style>
background-color css
<style>
a { background-color: #D691E1; }
a { background-color: rgb(214,145,225); }
div.DivClassName
{
background-color: #D691E1;
}
.BgClassName
{
background-color: #D691E1;
}
</style>
border-color css
<style>
span { border-color: #D691E1; }
span { border-color: rgb(214,145,225); }
td.TdClassName
{
border-color: #D691E1;
}
.TagClassName
{
border-color: #D691E1;
}
</style>