Shades of Plum #DF90CD
Tints of Plum #DF90CD
RGB
CMYK
RGB Variations
Color information
#DF90CD (or 0xDF90CD) is known color: Plum. HEX triplet: DF, 90 and CD. RGB value is (223,144,205). Sum of RGB (Red+Green+Blue) = 223+144+205=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90CD is #206F32. Grayscale: #AEAEAE. Windows color (decimal): -2125619 or 13471967. OLE color: 13471967.
HSL color Cylindrical-coordinate representation of color #DF90CD: hue angle of 313.67º 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 #DF90CD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 205 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.13 |
| HSL | 313.67º | 0.55% | 0.72% | - |
| HSV(B) | 313.67º | 0.35% | 0.87% | - |
| XYZ | 51.42 | 40.04 | 62.78 | - |
| YUV | 174.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 205 | 0 | 0.35 | 0.08 | 0.13 | 313.67 | 0.55 | 0.72 |
| Hex | DF | 90 | CD | 0 | 23 | 8 | D | 13A | 37 | 48 |
| Octal | 337 | 220 | 315 | 0 | 43 | 10 | 15 | 472 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11001101 | 0 | 100011 | 1000 | 1101 | 100111010 | 110111 | 1001000 |
Color Harmonies of #DF90CD
Complementary color
Monochromatic Colors of #DF90CD
Black with #DF90CD
Text Example
Text Example
White with #DF90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90CD; }
p { color: rgb(223,144,205); }
H1.HeaderClassName
{
color: #DF90CD;
}
.AnyTagClassName
{
color: #DF90CD;
}
</style>
background-color css
<style>
a { background-color: #DF90CD; }
a { background-color: rgb(223,144,205); }
div.DivClassName
{
background-color: #DF90CD;
}
.BgClassName
{
background-color: #DF90CD;
}
</style>
border-color css
<style>
span { border-color: #DF90CD; }
span { border-color: rgb(223,144,205); }
td.TdClassName
{
border-color: #DF90CD;
}
.TagClassName
{
border-color: #DF90CD;
}
</style>