Shades of Plum #DB95DF
Tints of Plum #DB95DF
RGB
CMYK
RGB Variations
Color information
#DB95DF (or 0xDB95DF) is known color: Plum. HEX triplet: DB, 95 and DF. RGB value is (219,149,223). Sum of RGB (Red+Green+Blue) = 219+149+223=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95DF is #246A20. Grayscale: #B2B2B2. Windows color (decimal): -2386465 or 14652891. OLE color: 14652891.
HSL color Cylindrical-coordinate representation of color #DB95DF: hue angle of 296.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB95DF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 149 | 223 | - |
CMYK | 0.02 | 0.33 | 0 | 0.13 |
HSL | 296.76º | 0.54% | 0.73% | - |
HSV(B) | 296.76º | 0.33% | 0.87% | - |
XYZ | 53.28 | 41.88 | 75.09 | - |
YUV | 178.37 | 153.19 | 156.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 149 | 223 | 0.02 | 0.33 | 0 | 0.13 | 296.76 | 0.54 | 0.73 |
Hex | DB | 95 | DF | 2 | 21 | 0 | D | 129 | 36 | 49 |
Octal | 333 | 225 | 337 | 2 | 41 | 0 | 15 | 451 | 66 | 111 |
Binary | 11011011 | 10010101 | 11011111 | 10 | 100001 | 0 | 1101 | 100101001 | 110110 | 1001001 |
Color Harmonies of #DB95DF
Complementary color
Monochromatic Colors of #DB95DF
Black with #DB95DF
Text Example
Text Example
White with #DB95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95DF; }
p { color: rgb(219,149,223); }
H1.HeaderClassName
{
color: #DB95DF;
}
.AnyTagClassName
{
color: #DB95DF;
}
</style>
background-color css
<style>
a { background-color: #DB95DF; }
a { background-color: rgb(219,149,223); }
div.DivClassName
{
background-color: #DB95DF;
}
.BgClassName
{
background-color: #DB95DF;
}
</style>
border-color css
<style>
span { border-color: #DB95DF; }
span { border-color: rgb(219,149,223); }
td.TdClassName
{
border-color: #DB95DF;
}
.TagClassName
{
border-color: #DB95DF;
}
</style>