Shades of Plum #D995DB
Tints of Plum #D995DB
RGB
CMYK
RGB Variations
Color information
#D995DB (or 0xD995DB) is known color: Plum. HEX triplet: D9, 95 and DB. RGB value is (217,149,219). Sum of RGB (Red+Green+Blue) = 217+149+219=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D995DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995DB is #266A24. Grayscale: #B1B1B1. Windows color (decimal): -2517541 or 14390745. OLE color: 14390745.
HSL color Cylindrical-coordinate representation of color #D995DB: hue angle of 298.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D995DB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 149 | 219 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.14 |
| HSL | 298.29º | 0.49% | 0.72% | - |
| HSV(B) | 298.29º | 0.32% | 0.86% | - |
| XYZ | 52.15 | 41.36 | 72.25 | - |
| YUV | 177.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 219 | 0.01 | 0.32 | 0 | 0.14 | 298.29 | 0.49 | 0.72 |
| Hex | D9 | 95 | DB | 1 | 20 | 0 | E | 12A | 31 | 48 |
| Octal | 331 | 225 | 333 | 1 | 40 | 0 | 16 | 452 | 61 | 110 |
| Binary | 11011001 | 10010101 | 11011011 | 1 | 100000 | 0 | 1110 | 100101010 | 110001 | 1001000 |
Color Harmonies of #D995DB
Complementary color
Monochromatic Colors of #D995DB
Black with #D995DB
Text Example
Text Example
White with #D995DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995DB; }
p { color: rgb(217,149,219); }
H1.HeaderClassName
{
color: #D995DB;
}
.AnyTagClassName
{
color: #D995DB;
}
</style>
background-color css
<style>
a { background-color: #D995DB; }
a { background-color: rgb(217,149,219); }
div.DivClassName
{
background-color: #D995DB;
}
.BgClassName
{
background-color: #D995DB;
}
</style>
border-color css
<style>
span { border-color: #D995DB; }
span { border-color: rgb(217,149,219); }
td.TdClassName
{
border-color: #D995DB;
}
.TagClassName
{
border-color: #D995DB;
}
</style>