Shades of Plum #D69AE1
Tints of Plum #D69AE1
RGB
CMYK
RGB Variations
Color information
#D69AE1 (or 0xD69AE1) is known color: Plum. HEX triplet: D6, 9A and E1. RGB value is (214,154,225). Sum of RGB (Red+Green+Blue) = 214+154+225=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #D69AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AE1 is #29651E. Grayscale: #B3B3B3. Windows color (decimal): -2712863 or 14785238. OLE color: 14785238.
HSL color Cylindrical-coordinate representation of color #D69AE1: hue angle of 290.7º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69AE1 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 154 | 225 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.12 |
| HSL | 290.7º | 0.54% | 0.74% | - |
| HSV(B) | 290.7º | 0.32% | 0.88% | - |
| XYZ | 52.88 | 42.84 | 76.72 | - |
| YUV | 180.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 225 | 0.05 | 0.32 | 0 | 0.12 | 290.7 | 0.54 | 0.74 |
| Hex | D6 | 9A | E1 | 5 | 20 | 0 | C | 123 | 36 | 4A |
| Octal | 326 | 232 | 341 | 5 | 40 | 0 | 14 | 443 | 66 | 112 |
| Binary | 11010110 | 10011010 | 11100001 | 101 | 100000 | 0 | 1100 | 100100011 | 110110 | 1001010 |
Color Harmonies of #D69AE1
Complementary color
Monochromatic Colors of #D69AE1
Black with #D69AE1
Text Example
Text Example
White with #D69AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69AE1; }
p { color: rgb(214,154,225); }
H1.HeaderClassName
{
color: #D69AE1;
}
.AnyTagClassName
{
color: #D69AE1;
}
</style>
background-color css
<style>
a { background-color: #D69AE1; }
a { background-color: rgb(214,154,225); }
div.DivClassName
{
background-color: #D69AE1;
}
.BgClassName
{
background-color: #D69AE1;
}
</style>
border-color css
<style>
span { border-color: #D69AE1; }
span { border-color: rgb(214,154,225); }
td.TdClassName
{
border-color: #D69AE1;
}
.TagClassName
{
border-color: #D69AE1;
}
</style>