Shades of Plum #D5A4DF
Tints of Plum #D5A4DF
RGB
CMYK
RGB Variations
Color information
#D5A4DF (or 0xD5A4DF) is known color: Plum. HEX triplet: D5, A4 and DF. RGB value is (213,164,223). Sum of RGB (Red+Green+Blue) = 213+164+223=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5A4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4DF is #2A5B20. Grayscale: #B9B9B9. Windows color (decimal): -2775841 or 14656725. OLE color: 14656725.
HSL color Cylindrical-coordinate representation of color #D5A4DF: hue angle of 289.83º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5A4DF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 164 | 223 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.13 |
| HSL | 289.83º | 0.48% | 0.76% | - |
| HSV(B) | 289.83º | 0.26% | 0.87% | - |
| XYZ | 54.04 | 46.02 | 75.85 | - |
| YUV | 185.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 223 | 0.04 | 0.26 | 0 | 0.13 | 289.83 | 0.48 | 0.76 |
| Hex | D5 | A4 | DF | 4 | 1A | 0 | D | 122 | 30 | 4C |
| Octal | 325 | 244 | 337 | 4 | 32 | 0 | 15 | 442 | 60 | 114 |
| Binary | 11010101 | 10100100 | 11011111 | 100 | 11010 | 0 | 1101 | 100100010 | 110000 | 1001100 |
Color Harmonies of #D5A4DF
Complementary color
Monochromatic Colors of #D5A4DF
Black with #D5A4DF
Text Example
Text Example
White with #D5A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4DF; }
p { color: rgb(213,164,223); }
H1.HeaderClassName
{
color: #D5A4DF;
}
.AnyTagClassName
{
color: #D5A4DF;
}
</style>
background-color css
<style>
a { background-color: #D5A4DF; }
a { background-color: rgb(213,164,223); }
div.DivClassName
{
background-color: #D5A4DF;
}
.BgClassName
{
background-color: #D5A4DF;
}
</style>
border-color css
<style>
span { border-color: #D5A4DF; }
span { border-color: rgb(213,164,223); }
td.TdClassName
{
border-color: #D5A4DF;
}
.TagClassName
{
border-color: #D5A4DF;
}
</style>