Shades of Plum #D4ABD3
Tints of Plum #D4ABD3
RGB
CMYK
RGB Variations
Color information
#D4ABD3 (or 0xD4ABD3) is known color: Plum. HEX triplet: D4, AB and D3. RGB value is (212,171,211). Sum of RGB (Red+Green+Blue) = 212+171+211=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABD3 is #2B542C. Grayscale: #BBBBBB. Windows color (decimal): -2839597 or 13872084. OLE color: 13872084.
HSL color Cylindrical-coordinate representation of color #D4ABD3: hue angle of 301.46º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABD3 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 211 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.17 |
| HSL | 301.46º | 0.32% | 0.75% | - |
| HSV(B) | 301.46º | 0.19% | 0.83% | - |
| XYZ | 53.47 | 47.83 | 68.04 | - |
| YUV | 187.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 211 | 0 | 0.19 | 0.00 | 0.17 | 301.46 | 0.32 | 0.75 |
| Hex | D4 | AB | D3 | 0 | 13 | 0 | 11 | 12D | 20 | 4B |
| Octal | 324 | 253 | 323 | 0 | 23 | 0 | 21 | 455 | 40 | 113 |
| Binary | 11010100 | 10101011 | 11010011 | 0 | 10011 | 0 | 10001 | 100101101 | 100000 | 1001011 |
Color Harmonies of #D4ABD3
Complementary color
Monochromatic Colors of #D4ABD3
Black with #D4ABD3
Text Example
Text Example
White with #D4ABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABD3; }
p { color: rgb(212,171,211); }
H1.HeaderClassName
{
color: #D4ABD3;
}
.AnyTagClassName
{
color: #D4ABD3;
}
</style>
background-color css
<style>
a { background-color: #D4ABD3; }
a { background-color: rgb(212,171,211); }
div.DivClassName
{
background-color: #D4ABD3;
}
.BgClassName
{
background-color: #D4ABD3;
}
</style>
border-color css
<style>
span { border-color: #D4ABD3; }
span { border-color: rgb(212,171,211); }
td.TdClassName
{
border-color: #D4ABD3;
}
.TagClassName
{
border-color: #D4ABD3;
}
</style>