Shades of Plum #DB92F1
Tints of Plum #DB92F1
RGB
CMYK
RGB Variations
Color information
#DB92F1 (or 0xDB92F1) is known color: Plum. HEX triplet: DB, 92 and F1. RGB value is (219,146,241). Sum of RGB (Red+Green+Blue) = 219+146+241=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92F1 is #246D0E. Grayscale: #B2B2B2. Windows color (decimal): -2387215 or 15831771. OLE color: 15831771.
HSL color Cylindrical-coordinate representation of color #DB92F1: hue angle of 286.11º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB92F1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 146 | 241 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.05 |
| HSL | 286.11º | 0.77% | 0.76% | - |
| HSV(B) | 286.11º | 0.39% | 0.95% | - |
| XYZ | 55.37 | 41.97 | 88.4 | - |
| YUV | 178.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 241 | 0.09 | 0.39 | 0 | 0.05 | 286.11 | 0.77 | 0.76 |
| Hex | DB | 92 | F1 | 9 | 27 | 0 | 5 | 11E | 4D | 4C |
| Octal | 333 | 222 | 361 | 11 | 47 | 0 | 5 | 436 | 115 | 114 |
| Binary | 11011011 | 10010010 | 11110001 | 1001 | 100111 | 0 | 101 | 100011110 | 1001101 | 1001100 |
Color Harmonies of #DB92F1
Complementary color
Monochromatic Colors of #DB92F1
Black with #DB92F1
Text Example
Text Example
White with #DB92F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92F1; }
p { color: rgb(219,146,241); }
H1.HeaderClassName
{
color: #DB92F1;
}
.AnyTagClassName
{
color: #DB92F1;
}
</style>
background-color css
<style>
a { background-color: #DB92F1; }
a { background-color: rgb(219,146,241); }
div.DivClassName
{
background-color: #DB92F1;
}
.BgClassName
{
background-color: #DB92F1;
}
</style>
border-color css
<style>
span { border-color: #DB92F1; }
span { border-color: rgb(219,146,241); }
td.TdClassName
{
border-color: #DB92F1;
}
.TagClassName
{
border-color: #DB92F1;
}
</style>