Shades of Plum #DF92D1
Tints of Plum #DF92D1
RGB
CMYK
RGB Variations
Color information
#DF92D1 (or 0xDF92D1) is known color: Plum. HEX triplet: DF, 92 and D1. RGB value is (223,146,209). Sum of RGB (Red+Green+Blue) = 223+146+209=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D1 is #206D2E. Grayscale: #B0B0B0. Windows color (decimal): -2125103 or 13734623. OLE color: 13734623.
HSL color Cylindrical-coordinate representation of color #DF92D1: hue angle of 310.91º 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 #DF92D1 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 209 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.13 |
| HSL | 310.91º | 0.55% | 0.72% | - |
| HSV(B) | 310.91º | 0.35% | 0.87% | - |
| XYZ | 52.22 | 40.85 | 65.45 | - |
| YUV | 176.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 209 | 0 | 0.35 | 0.06 | 0.13 | 310.91 | 0.55 | 0.72 |
| Hex | DF | 92 | D1 | 0 | 23 | 6 | D | 137 | 37 | 48 |
| Octal | 337 | 222 | 321 | 0 | 43 | 6 | 15 | 467 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11010001 | 0 | 100011 | 110 | 1101 | 100110111 | 110111 | 1001000 |
Color Harmonies of #DF92D1
Complementary color
Monochromatic Colors of #DF92D1
Black with #DF92D1
Text Example
Text Example
White with #DF92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92D1; }
p { color: rgb(223,146,209); }
H1.HeaderClassName
{
color: #DF92D1;
}
.AnyTagClassName
{
color: #DF92D1;
}
</style>
background-color css
<style>
a { background-color: #DF92D1; }
a { background-color: rgb(223,146,209); }
div.DivClassName
{
background-color: #DF92D1;
}
.BgClassName
{
background-color: #DF92D1;
}
</style>
border-color css
<style>
span { border-color: #DF92D1; }
span { border-color: rgb(223,146,209); }
td.TdClassName
{
border-color: #DF92D1;
}
.TagClassName
{
border-color: #DF92D1;
}
</style>