Shades of Plum #D9AFE1
Tints of Plum #D9AFE1
RGB
CMYK
RGB Variations
Color information
#D9AFE1 (or 0xD9AFE1) is known color: Plum. HEX triplet: D9, AF and E1. RGB value is (217,175,225). Sum of RGB (Red+Green+Blue) = 217+175+225=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFE1 is #26501E. Grayscale: #C1C1C1. Windows color (decimal): -2510879 or 14790617. OLE color: 14790617.
HSL color Cylindrical-coordinate representation of color #D9AFE1: hue angle of 290.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AFE1 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 175 | 225 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.12 |
| HSL | 290.4º | 0.45% | 0.78% | - |
| HSV(B) | 290.4º | 0.22% | 0.88% | - |
| XYZ | 57.54 | 50.85 | 78.02 | - |
| YUV | 193.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 225 | 0.04 | 0.22 | 0 | 0.12 | 290.4 | 0.45 | 0.78 |
| Hex | D9 | AF | E1 | 4 | 16 | 0 | C | 122 | 2D | 4E |
| Octal | 331 | 257 | 341 | 4 | 26 | 0 | 14 | 442 | 55 | 116 |
| Binary | 11011001 | 10101111 | 11100001 | 100 | 10110 | 0 | 1100 | 100100010 | 101101 | 1001110 |
Color Harmonies of #D9AFE1
Complementary color
Monochromatic Colors of #D9AFE1
Black with #D9AFE1
Text Example
Text Example
White with #D9AFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFE1; }
p { color: rgb(217,175,225); }
H1.HeaderClassName
{
color: #D9AFE1;
}
.AnyTagClassName
{
color: #D9AFE1;
}
</style>
background-color css
<style>
a { background-color: #D9AFE1; }
a { background-color: rgb(217,175,225); }
div.DivClassName
{
background-color: #D9AFE1;
}
.BgClassName
{
background-color: #D9AFE1;
}
</style>
border-color css
<style>
span { border-color: #D9AFE1; }
span { border-color: rgb(217,175,225); }
td.TdClassName
{
border-color: #D9AFE1;
}
.TagClassName
{
border-color: #D9AFE1;
}
</style>