Shades of Plum #DB92EE
Tints of Plum #DB92EE
RGB
CMYK
RGB Variations
Color information
#DB92EE (or 0xDB92EE) is known color: Plum. HEX triplet: DB, 92 and EE. RGB value is (219,146,238). Sum of RGB (Red+Green+Blue) = 219+146+238=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB92EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92EE is #246D11. Grayscale: #B2B2B2. Windows color (decimal): -2387218 or 15635163. OLE color: 15635163.
HSL color Cylindrical-coordinate representation of color #DB92EE: hue angle of 287.61º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB92EE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 146 | 238 | - |
CMYK | 0.08 | 0.39 | 0 | 0.07 |
HSL | 287.61º | 0.73% | 0.75% | - |
HSV(B) | 287.61º | 0.39% | 0.93% | - |
XYZ | 54.92 | 41.79 | 86.06 | - |
YUV | 178.32 | 161.68 | 157.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 146 | 238 | 0.08 | 0.39 | 0 | 0.07 | 287.61 | 0.73 | 0.75 |
Hex | DB | 92 | EE | 8 | 27 | 0 | 7 | 120 | 49 | 4B |
Octal | 333 | 222 | 356 | 10 | 47 | 0 | 7 | 440 | 111 | 113 |
Binary | 11011011 | 10010010 | 11101110 | 1000 | 100111 | 0 | 111 | 100100000 | 1001001 | 1001011 |
Color Harmonies of #DB92EE
Complementary color
Monochromatic Colors of #DB92EE
Black with #DB92EE
Text Example
Text Example
White with #DB92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92EE; }
p { color: rgb(219,146,238); }
H1.HeaderClassName
{
color: #DB92EE;
}
.AnyTagClassName
{
color: #DB92EE;
}
</style>
background-color css
<style>
a { background-color: #DB92EE; }
a { background-color: rgb(219,146,238); }
div.DivClassName
{
background-color: #DB92EE;
}
.BgClassName
{
background-color: #DB92EE;
}
</style>
border-color css
<style>
span { border-color: #DB92EE; }
span { border-color: rgb(219,146,238); }
td.TdClassName
{
border-color: #DB92EE;
}
.TagClassName
{
border-color: #DB92EE;
}
</style>