Shades of Plum #D192DB
Tints of Plum #D192DB
RGB
CMYK
RGB Variations
Color information
#D192DB (or 0xD192DB) is known color: Plum. HEX triplet: D1, 92 and DB. RGB value is (209,146,219). Sum of RGB (Red+Green+Blue) = 209+146+219=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D192DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DB is #2E6D24. Grayscale: #ACACAC. Windows color (decimal): -3042597 or 14389969. OLE color: 14389969.
HSL color Cylindrical-coordinate representation of color #D192DB: hue angle of 291.78º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D192DB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 146 | 219 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.14 |
| HSL | 291.78º | 0.5% | 0.72% | - |
| HSV(B) | 291.78º | 0.33% | 0.86% | - |
| XYZ | 49.36 | 39.23 | 71.99 | - |
| YUV | 173.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 219 | 0.05 | 0.33 | 0 | 0.14 | 291.78 | 0.5 | 0.72 |
| Hex | D1 | 92 | DB | 5 | 21 | 0 | E | 124 | 32 | 48 |
| Octal | 321 | 222 | 333 | 5 | 41 | 0 | 16 | 444 | 62 | 110 |
| Binary | 11010001 | 10010010 | 11011011 | 101 | 100001 | 0 | 1110 | 100100100 | 110010 | 1001000 |
Color Harmonies of #D192DB
Complementary color
Monochromatic Colors of #D192DB
Black with #D192DB
Text Example
Text Example
White with #D192DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192DB; }
p { color: rgb(209,146,219); }
H1.HeaderClassName
{
color: #D192DB;
}
.AnyTagClassName
{
color: #D192DB;
}
</style>
background-color css
<style>
a { background-color: #D192DB; }
a { background-color: rgb(209,146,219); }
div.DivClassName
{
background-color: #D192DB;
}
.BgClassName
{
background-color: #D192DB;
}
</style>
border-color css
<style>
span { border-color: #D192DB; }
span { border-color: rgb(209,146,219); }
td.TdClassName
{
border-color: #D192DB;
}
.TagClassName
{
border-color: #D192DB;
}
</style>