Shades of Plum #DF91D2
Tints of Plum #DF91D2
RGB
CMYK
RGB Variations
Color information
#DF91D2 (or 0xDF91D2) is known color: Plum. HEX triplet: DF, 91 and D2. RGB value is (223,145,210). Sum of RGB (Red+Green+Blue) = 223+145+210=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D2 is #206E2D. Grayscale: #AFAFAF. Windows color (decimal): -2125358 or 13799903. OLE color: 13799903.
HSL color Cylindrical-coordinate representation of color #DF91D2: hue angle of 310º 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 #DF91D2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 210 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.13 |
| HSL | 310º | 0.55% | 0.72% | - |
| HSV(B) | 310º | 0.35% | 0.87% | - |
| XYZ | 52.19 | 40.59 | 66.06 | - |
| YUV | 175.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 210 | 0 | 0.35 | 0.06 | 0.13 | 310 | 0.55 | 0.72 |
| Hex | DF | 91 | D2 | 0 | 23 | 6 | D | 136 | 37 | 48 |
| Octal | 337 | 221 | 322 | 0 | 43 | 6 | 15 | 466 | 67 | 110 |
| Binary | 11011111 | 10010001 | 11010010 | 0 | 100011 | 110 | 1101 | 100110110 | 110111 | 1001000 |
Color Harmonies of #DF91D2
Complementary color
Monochromatic Colors of #DF91D2
Black with #DF91D2
Text Example
Text Example
White with #DF91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91D2; }
p { color: rgb(223,145,210); }
H1.HeaderClassName
{
color: #DF91D2;
}
.AnyTagClassName
{
color: #DF91D2;
}
</style>
background-color css
<style>
a { background-color: #DF91D2; }
a { background-color: rgb(223,145,210); }
div.DivClassName
{
background-color: #DF91D2;
}
.BgClassName
{
background-color: #DF91D2;
}
</style>
border-color css
<style>
span { border-color: #DF91D2; }
span { border-color: rgb(223,145,210); }
td.TdClassName
{
border-color: #DF91D2;
}
.TagClassName
{
border-color: #DF91D2;
}
</style>