Shades of Plum #D895DA
Tints of Plum #D895DA
RGB
CMYK
RGB Variations
Color information
#D895DA (or 0xD895DA) is known color: Plum. HEX triplet: D8, 95 and DA. RGB value is (216,149,218). Sum of RGB (Red+Green+Blue) = 216+149+218=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D895DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895DA is #276A25. Grayscale: #B0B0B0. Windows color (decimal): -2583078 or 14325208. OLE color: 14325208.
HSL color Cylindrical-coordinate representation of color #D895DA: hue angle of 298.26º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D895DA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 218 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.15 |
| HSL | 298.26º | 0.48% | 0.72% | - |
| HSV(B) | 298.26º | 0.32% | 0.85% | - |
| XYZ | 51.72 | 41.16 | 71.55 | - |
| YUV | 176.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 218 | 0.01 | 0.32 | 0 | 0.15 | 298.26 | 0.48 | 0.72 |
| Hex | D8 | 95 | DA | 1 | 20 | 0 | F | 12A | 30 | 48 |
| Octal | 330 | 225 | 332 | 1 | 40 | 0 | 17 | 452 | 60 | 110 |
| Binary | 11011000 | 10010101 | 11011010 | 1 | 100000 | 0 | 1111 | 100101010 | 110000 | 1001000 |
Color Harmonies of #D895DA
Complementary color
Monochromatic Colors of #D895DA
Black with #D895DA
Text Example
Text Example
White with #D895DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895DA; }
p { color: rgb(216,149,218); }
H1.HeaderClassName
{
color: #D895DA;
}
.AnyTagClassName
{
color: #D895DA;
}
</style>
background-color css
<style>
a { background-color: #D895DA; }
a { background-color: rgb(216,149,218); }
div.DivClassName
{
background-color: #D895DA;
}
.BgClassName
{
background-color: #D895DA;
}
</style>
border-color css
<style>
span { border-color: #D895DA; }
span { border-color: rgb(216,149,218); }
td.TdClassName
{
border-color: #D895DA;
}
.TagClassName
{
border-color: #D895DA;
}
</style>