Shades of Plum #DF90D2
Tints of Plum #DF90D2
RGB
CMYK
RGB Variations
Color information
#DF90D2 (or 0xDF90D2) is known color: Plum. HEX triplet: DF, 90 and D2. RGB value is (223,144,210). Sum of RGB (Red+Green+Blue) = 223+144+210=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90D2 is #206F2D. Grayscale: #AEAEAE. Windows color (decimal): -2125614 or 13799647. OLE color: 13799647.
HSL color Cylindrical-coordinate representation of color #DF90D2: hue angle of 309.87º 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 #DF90D2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 210 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.13 |
| HSL | 309.87º | 0.55% | 0.72% | - |
| HSV(B) | 309.87º | 0.35% | 0.87% | - |
| XYZ | 52.04 | 40.29 | 66.01 | - |
| YUV | 175.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 210 | 0 | 0.35 | 0.06 | 0.13 | 309.87 | 0.55 | 0.72 |
| Hex | DF | 90 | D2 | 0 | 23 | 6 | D | 136 | 37 | 48 |
| Octal | 337 | 220 | 322 | 0 | 43 | 6 | 15 | 466 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11010010 | 0 | 100011 | 110 | 1101 | 100110110 | 110111 | 1001000 |
Color Harmonies of #DF90D2
Complementary color
Monochromatic Colors of #DF90D2
Black with #DF90D2
Text Example
Text Example
White with #DF90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90D2; }
p { color: rgb(223,144,210); }
H1.HeaderClassName
{
color: #DF90D2;
}
.AnyTagClassName
{
color: #DF90D2;
}
</style>
background-color css
<style>
a { background-color: #DF90D2; }
a { background-color: rgb(223,144,210); }
div.DivClassName
{
background-color: #DF90D2;
}
.BgClassName
{
background-color: #DF90D2;
}
</style>
border-color css
<style>
span { border-color: #DF90D2; }
span { border-color: rgb(223,144,210); }
td.TdClassName
{
border-color: #DF90D2;
}
.TagClassName
{
border-color: #DF90D2;
}
</style>