Shades of Plum #DB9DEC
Tints of Plum #DB9DEC
RGB
CMYK
RGB Variations
Color information
#DB9DEC (or 0xDB9DEC) is known color: Plum. HEX triplet: DB, 9D and EC. RGB value is (219,157,236). Sum of RGB (Red+Green+Blue) = 219+157+236=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DEC is #246213. Grayscale: #B8B8B8. Windows color (decimal): -2384404 or 15506907. OLE color: 15506907.
HSL color Cylindrical-coordinate representation of color #DB9DEC: hue angle of 287.09º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9DEC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 157 | 236 | - |
CMYK | 0.07 | 0.33 | 0 | 0.07 |
HSL | 287.09º | 0.68% | 0.77% | - |
HSV(B) | 287.09º | 0.33% | 0.93% | - |
XYZ | 56.41 | 45.23 | 85.11 | - |
YUV | 184.54 | 157.04 | 152.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 157 | 236 | 0.07 | 0.33 | 0 | 0.07 | 287.09 | 0.68 | 0.77 |
Hex | DB | 9D | EC | 7 | 21 | 0 | 7 | 11F | 44 | 4D |
Octal | 333 | 235 | 354 | 7 | 41 | 0 | 7 | 437 | 104 | 115 |
Binary | 11011011 | 10011101 | 11101100 | 111 | 100001 | 0 | 111 | 100011111 | 1000100 | 1001101 |
Color Harmonies of #DB9DEC
Complementary color
Monochromatic Colors of #DB9DEC
Black with #DB9DEC
Text Example
Text Example
White with #DB9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DEC; }
p { color: rgb(219,157,236); }
H1.HeaderClassName
{
color: #DB9DEC;
}
.AnyTagClassName
{
color: #DB9DEC;
}
</style>
background-color css
<style>
a { background-color: #DB9DEC; }
a { background-color: rgb(219,157,236); }
div.DivClassName
{
background-color: #DB9DEC;
}
.BgClassName
{
background-color: #DB9DEC;
}
</style>
border-color css
<style>
span { border-color: #DB9DEC; }
span { border-color: rgb(219,157,236); }
td.TdClassName
{
border-color: #DB9DEC;
}
.TagClassName
{
border-color: #DB9DEC;
}
</style>