Shades of Plum #D5A8D4
Tints of Plum #D5A8D4
RGB
CMYK
RGB Variations
Color information
#D5A8D4 (or 0xD5A8D4) is known color: Plum. HEX triplet: D5, A8 and D4. RGB value is (213,168,212). Sum of RGB (Red+Green+Blue) = 213+168+212=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8D4 is #2A572B. Grayscale: #BABABA. Windows color (decimal): -2774828 or 13936853. OLE color: 13936853.
HSL color Cylindrical-coordinate representation of color #D5A8D4: hue angle of 301.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8D4 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 168 | 212 | - |
CMYK | 0 | 0.21 | 0.00 | 0.16 |
HSL | 301.33º | 0.35% | 0.75% | - |
HSV(B) | 301.33º | 0.21% | 0.84% | - |
XYZ | 53.33 | 46.9 | 68.53 | - |
YUV | 186.47 | 142.41 | 146.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 168 | 212 | 0 | 0.21 | 0.00 | 0.16 | 301.33 | 0.35 | 0.75 |
Hex | D5 | A8 | D4 | 0 | 15 | 0 | 10 | 12D | 23 | 4B |
Octal | 325 | 250 | 324 | 0 | 25 | 0 | 20 | 455 | 43 | 113 |
Binary | 11010101 | 10101000 | 11010100 | 0 | 10101 | 0 | 10000 | 100101101 | 100011 | 1001011 |
Color Harmonies of #D5A8D4
Complementary color
Monochromatic Colors of #D5A8D4
Black with #D5A8D4
Text Example
Text Example
White with #D5A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8D4; }
p { color: rgb(213,168,212); }
H1.HeaderClassName
{
color: #D5A8D4;
}
.AnyTagClassName
{
color: #D5A8D4;
}
</style>
background-color css
<style>
a { background-color: #D5A8D4; }
a { background-color: rgb(213,168,212); }
div.DivClassName
{
background-color: #D5A8D4;
}
.BgClassName
{
background-color: #D5A8D4;
}
</style>
border-color css
<style>
span { border-color: #D5A8D4; }
span { border-color: rgb(213,168,212); }
td.TdClassName
{
border-color: #D5A8D4;
}
.TagClassName
{
border-color: #D5A8D4;
}
</style>