Shades of Plum #D4ADDA
Tints of Plum #D4ADDA
RGB
CMYK
RGB Variations
Color information
#D4ADDA (or 0xD4ADDA) is known color: Plum. HEX triplet: D4, AD and DA. RGB value is (212,173,218). Sum of RGB (Red+Green+Blue) = 212+173+218=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDA is #2B5225. Grayscale: #BDBDBD. Windows color (decimal): -2839078 or 14331348. OLE color: 14331348.
HSL color Cylindrical-coordinate representation of color #D4ADDA: hue angle of 292º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4ADDA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 173 | 218 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.15 |
| HSL | 292º | 0.38% | 0.77% | - |
| HSV(B) | 292º | 0.21% | 0.85% | - |
| XYZ | 54.75 | 48.95 | 72.89 | - |
| YUV | 189.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 218 | 0.03 | 0.21 | 0 | 0.15 | 292 | 0.38 | 0.77 |
| Hex | D4 | AD | DA | 3 | 15 | 0 | F | 124 | 26 | 4D |
| Octal | 324 | 255 | 332 | 3 | 25 | 0 | 17 | 444 | 46 | 115 |
| Binary | 11010100 | 10101101 | 11011010 | 11 | 10101 | 0 | 1111 | 100100100 | 100110 | 1001101 |
Color Harmonies of #D4ADDA
Complementary color
Monochromatic Colors of #D4ADDA
Black with #D4ADDA
Text Example
Text Example
White with #D4ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADDA; }
p { color: rgb(212,173,218); }
H1.HeaderClassName
{
color: #D4ADDA;
}
.AnyTagClassName
{
color: #D4ADDA;
}
</style>
background-color css
<style>
a { background-color: #D4ADDA; }
a { background-color: rgb(212,173,218); }
div.DivClassName
{
background-color: #D4ADDA;
}
.BgClassName
{
background-color: #D4ADDA;
}
</style>
border-color css
<style>
span { border-color: #D4ADDA; }
span { border-color: rgb(212,173,218); }
td.TdClassName
{
border-color: #D4ADDA;
}
.TagClassName
{
border-color: #D4ADDA;
}
</style>