Shades of Plum #D0A5D6
Tints of Plum #D0A5D6
RGB
CMYK
RGB Variations
Color information
#D0A5D6 (or 0xD0A5D6) is known color: Plum. HEX triplet: D0, A5 and D6. RGB value is (208,165,214). Sum of RGB (Red+Green+Blue) = 208+165+214=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0A5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5D6 is #2F5A29. Grayscale: #B7B7B7. Windows color (decimal): -3103274 or 14067152. OLE color: 14067152.
HSL color Cylindrical-coordinate representation of color #D0A5D6: hue angle of 292.65º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A5D6 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 165 | 214 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.16 |
| HSL | 292.65º | 0.37% | 0.74% | - |
| HSV(B) | 292.65º | 0.23% | 0.84% | - |
| XYZ | 51.61 | 45.18 | 69.62 | - |
| YUV | 183.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 214 | 0.03 | 0.23 | 0 | 0.16 | 292.65 | 0.37 | 0.74 |
| Hex | D0 | A5 | D6 | 3 | 17 | 0 | 10 | 125 | 25 | 4A |
| Octal | 320 | 245 | 326 | 3 | 27 | 0 | 20 | 445 | 45 | 112 |
| Binary | 11010000 | 10100101 | 11010110 | 11 | 10111 | 0 | 10000 | 100100101 | 100101 | 1001010 |
Color Harmonies of #D0A5D6
Complementary color
Monochromatic Colors of #D0A5D6
Black with #D0A5D6
Text Example
Text Example
White with #D0A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5D6; }
p { color: rgb(208,165,214); }
H1.HeaderClassName
{
color: #D0A5D6;
}
.AnyTagClassName
{
color: #D0A5D6;
}
</style>
background-color css
<style>
a { background-color: #D0A5D6; }
a { background-color: rgb(208,165,214); }
div.DivClassName
{
background-color: #D0A5D6;
}
.BgClassName
{
background-color: #D0A5D6;
}
</style>
border-color css
<style>
span { border-color: #D0A5D6; }
span { border-color: rgb(208,165,214); }
td.TdClassName
{
border-color: #D0A5D6;
}
.TagClassName
{
border-color: #D0A5D6;
}
</style>