Shades of Plum #DF91CF
Tints of Plum #DF91CF
RGB
CMYK
RGB Variations
Color information
#DF91CF (or 0xDF91CF) is known color: Plum. HEX triplet: DF, 91 and CF. RGB value is (223,145,207). Sum of RGB (Red+Green+Blue) = 223+145+207=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91CF is #206E30. Grayscale: #AFAFAF. Windows color (decimal): -2125361 or 13603295. OLE color: 13603295.
HSL color Cylindrical-coordinate representation of color #DF91CF: hue angle of 312.31º 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 #DF91CF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 207 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.13 |
| HSL | 312.31º | 0.55% | 0.72% | - |
| HSV(B) | 312.31º | 0.35% | 0.87% | - |
| XYZ | 51.82 | 40.44 | 64.11 | - |
| YUV | 175.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 207 | 0 | 0.35 | 0.07 | 0.13 | 312.31 | 0.55 | 0.72 |
| Hex | DF | 91 | CF | 0 | 23 | 7 | D | 138 | 37 | 48 |
| Octal | 337 | 221 | 317 | 0 | 43 | 7 | 15 | 470 | 67 | 110 |
| Binary | 11011111 | 10010001 | 11001111 | 0 | 100011 | 111 | 1101 | 100111000 | 110111 | 1001000 |
Color Harmonies of #DF91CF
Complementary color
Monochromatic Colors of #DF91CF
Black with #DF91CF
Text Example
Text Example
White with #DF91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91CF; }
p { color: rgb(223,145,207); }
H1.HeaderClassName
{
color: #DF91CF;
}
.AnyTagClassName
{
color: #DF91CF;
}
</style>
background-color css
<style>
a { background-color: #DF91CF; }
a { background-color: rgb(223,145,207); }
div.DivClassName
{
background-color: #DF91CF;
}
.BgClassName
{
background-color: #DF91CF;
}
</style>
border-color css
<style>
span { border-color: #DF91CF; }
span { border-color: rgb(223,145,207); }
td.TdClassName
{
border-color: #DF91CF;
}
.TagClassName
{
border-color: #DF91CF;
}
</style>