Shades of Plum #DF91D0
Tints of Plum #DF91D0
RGB
CMYK
RGB Variations
Color information
#DF91D0 (or 0xDF91D0) is known color: Plum. HEX triplet: DF, 91 and D0. RGB value is (223,145,208). Sum of RGB (Red+Green+Blue) = 223+145+208=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D0 is #206E2F. Grayscale: #AFAFAF. Windows color (decimal): -2125360 or 13668831. OLE color: 13668831.
HSL color Cylindrical-coordinate representation of color #DF91D0: hue angle of 311.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF91D0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 208 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.13 |
| HSL | 311.54º | 0.55% | 0.72% | - |
| HSV(B) | 311.54º | 0.35% | 0.87% | - |
| XYZ | 51.94 | 40.49 | 64.75 | - |
| YUV | 175.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 208 | 0 | 0.35 | 0.07 | 0.13 | 311.54 | 0.55 | 0.72 |
| Hex | DF | 91 | D0 | 0 | 23 | 7 | D | 138 | 37 | 48 |
| Octal | 337 | 221 | 320 | 0 | 43 | 7 | 15 | 470 | 67 | 110 |
| Binary | 11011111 | 10010001 | 11010000 | 0 | 100011 | 111 | 1101 | 100111000 | 110111 | 1001000 |
Color Harmonies of #DF91D0
Complementary color
Monochromatic Colors of #DF91D0
Black with #DF91D0
Text Example
Text Example
White with #DF91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91D0; }
p { color: rgb(223,145,208); }
H1.HeaderClassName
{
color: #DF91D0;
}
.AnyTagClassName
{
color: #DF91D0;
}
</style>
background-color css
<style>
a { background-color: #DF91D0; }
a { background-color: rgb(223,145,208); }
div.DivClassName
{
background-color: #DF91D0;
}
.BgClassName
{
background-color: #DF91D0;
}
</style>
border-color css
<style>
span { border-color: #DF91D0; }
span { border-color: rgb(223,145,208); }
td.TdClassName
{
border-color: #DF91D0;
}
.TagClassName
{
border-color: #DF91D0;
}
</style>