Shades of Plum #D4ADD8
Tints of Plum #D4ADD8
RGB
CMYK
RGB Variations
Color information
#D4ADD8 (or 0xD4ADD8) is known color: Plum. HEX triplet: D4, AD and D8. RGB value is (212,173,216). Sum of RGB (Red+Green+Blue) = 212+173+216=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD8 is #2B5227. Grayscale: #BDBDBD. Windows color (decimal): -2839080 or 14200276. OLE color: 14200276.
HSL color Cylindrical-coordinate representation of color #D4ADD8: hue angle of 294.42º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4ADD8 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 173 | 216 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.15 |
| HSL | 294.42º | 0.36% | 0.76% | - |
| HSV(B) | 294.42º | 0.2% | 0.85% | - |
| XYZ | 54.49 | 48.84 | 71.52 | - |
| YUV | 189.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 216 | 0.02 | 0.20 | 0 | 0.15 | 294.42 | 0.36 | 0.76 |
| Hex | D4 | AD | D8 | 2 | 14 | 0 | F | 126 | 24 | 4C |
| Octal | 324 | 255 | 330 | 2 | 24 | 0 | 17 | 446 | 44 | 114 |
| Binary | 11010100 | 10101101 | 11011000 | 10 | 10100 | 0 | 1111 | 100100110 | 100100 | 1001100 |
Color Harmonies of #D4ADD8
Complementary color
Monochromatic Colors of #D4ADD8
Black with #D4ADD8
Text Example
Text Example
White with #D4ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADD8; }
p { color: rgb(212,173,216); }
H1.HeaderClassName
{
color: #D4ADD8;
}
.AnyTagClassName
{
color: #D4ADD8;
}
</style>
background-color css
<style>
a { background-color: #D4ADD8; }
a { background-color: rgb(212,173,216); }
div.DivClassName
{
background-color: #D4ADD8;
}
.BgClassName
{
background-color: #D4ADD8;
}
</style>
border-color css
<style>
span { border-color: #D4ADD8; }
span { border-color: rgb(212,173,216); }
td.TdClassName
{
border-color: #D4ADD8;
}
.TagClassName
{
border-color: #D4ADD8;
}
</style>