Shades of Plum #DF95DB
Tints of Plum #DF95DB
RGB
CMYK
RGB Variations
Color information
#DF95DB (or 0xDF95DB) is known color: Plum. HEX triplet: DF, 95 and DB. RGB value is (223,149,219). Sum of RGB (Red+Green+Blue) = 223+149+219=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DB is #206A24. Grayscale: #B2B2B2. Windows color (decimal): -2124325 or 14390751. OLE color: 14390751.
HSL color Cylindrical-coordinate representation of color #DF95DB: hue angle of 303.24º 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 #DF95DB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 149 | 219 | - |
CMYK | 0 | 0.33 | 0.02 | 0.13 |
HSL | 303.24º | 0.54% | 0.73% | - |
HSV(B) | 303.24º | 0.33% | 0.87% | - |
XYZ | 53.97 | 42.3 | 72.34 | - |
YUV | 179.11 | 150.52 | 159.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 149 | 219 | 0 | 0.33 | 0.02 | 0.13 | 303.24 | 0.54 | 0.73 |
Hex | DF | 95 | DB | 0 | 21 | 2 | D | 12F | 36 | 49 |
Octal | 337 | 225 | 333 | 0 | 41 | 2 | 15 | 457 | 66 | 111 |
Binary | 11011111 | 10010101 | 11011011 | 0 | 100001 | 10 | 1101 | 100101111 | 110110 | 1001001 |
Color Harmonies of #DF95DB
Complementary color
Monochromatic Colors of #DF95DB
Black with #DF95DB
Text Example
Text Example
White with #DF95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95DB; }
p { color: rgb(223,149,219); }
H1.HeaderClassName
{
color: #DF95DB;
}
.AnyTagClassName
{
color: #DF95DB;
}
</style>
background-color css
<style>
a { background-color: #DF95DB; }
a { background-color: rgb(223,149,219); }
div.DivClassName
{
background-color: #DF95DB;
}
.BgClassName
{
background-color: #DF95DB;
}
</style>
border-color css
<style>
span { border-color: #DF95DB; }
span { border-color: rgb(223,149,219); }
td.TdClassName
{
border-color: #DF95DB;
}
.TagClassName
{
border-color: #DF95DB;
}
</style>