Shades of Plum #D7AFDB
Tints of Plum #D7AFDB
RGB
CMYK
RGB Variations
Color information
#D7AFDB (or 0xD7AFDB) is known color: Plum. HEX triplet: D7, AF and DB. RGB value is (215,175,219). Sum of RGB (Red+Green+Blue) = 215+175+219=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFDB is #285024. Grayscale: #BFBFBF. Windows color (decimal): -2641957 or 14397399. OLE color: 14397399.
HSL color Cylindrical-coordinate representation of color #D7AFDB: hue angle of 294.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7AFDB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 175 | 219 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.14 |
| HSL | 294.55º | 0.38% | 0.77% | - |
| HSV(B) | 294.55º | 0.2% | 0.86% | - |
| XYZ | 56.14 | 50.22 | 73.75 | - |
| YUV | 191.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 219 | 0.02 | 0.20 | 0 | 0.14 | 294.55 | 0.38 | 0.77 |
| Hex | D7 | AF | DB | 2 | 14 | 0 | E | 127 | 26 | 4D |
| Octal | 327 | 257 | 333 | 2 | 24 | 0 | 16 | 447 | 46 | 115 |
| Binary | 11010111 | 10101111 | 11011011 | 10 | 10100 | 0 | 1110 | 100100111 | 100110 | 1001101 |
Color Harmonies of #D7AFDB
Complementary color
Monochromatic Colors of #D7AFDB
Black with #D7AFDB
Text Example
Text Example
White with #D7AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFDB; }
p { color: rgb(215,175,219); }
H1.HeaderClassName
{
color: #D7AFDB;
}
.AnyTagClassName
{
color: #D7AFDB;
}
</style>
background-color css
<style>
a { background-color: #D7AFDB; }
a { background-color: rgb(215,175,219); }
div.DivClassName
{
background-color: #D7AFDB;
}
.BgClassName
{
background-color: #D7AFDB;
}
</style>
border-color css
<style>
span { border-color: #D7AFDB; }
span { border-color: rgb(215,175,219); }
td.TdClassName
{
border-color: #D7AFDB;
}
.TagClassName
{
border-color: #D7AFDB;
}
</style>