Shades of Plum #DF90DA
Tints of Plum #DF90DA
RGB
CMYK
RGB Variations
Color information
#DF90DA (or 0xDF90DA) is known color: Plum. HEX triplet: DF, 90 and DA. RGB value is (223,144,218). Sum of RGB (Red+Green+Blue) = 223+144+218=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DA is #206F25. Grayscale: #AFAFAF. Windows color (decimal): -2125606 or 14323935. OLE color: 14323935.
HSL color Cylindrical-coordinate representation of color #DF90DA: hue angle of 303.8º 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 #DF90DA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 144 | 218 | - |
CMYK | 0 | 0.35 | 0.02 | 0.13 |
HSL | 303.8º | 0.55% | 0.72% | - |
HSV(B) | 303.8º | 0.35% | 0.87% | - |
XYZ | 53.06 | 40.7 | 71.39 | - |
YUV | 176.06 | 151.67 | 161.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 144 | 218 | 0 | 0.35 | 0.02 | 0.13 | 303.8 | 0.55 | 0.72 |
Hex | DF | 90 | DA | 0 | 23 | 2 | D | 130 | 37 | 48 |
Octal | 337 | 220 | 332 | 0 | 43 | 2 | 15 | 460 | 67 | 110 |
Binary | 11011111 | 10010000 | 11011010 | 0 | 100011 | 10 | 1101 | 100110000 | 110111 | 1001000 |
Color Harmonies of #DF90DA
Complementary color
Monochromatic Colors of #DF90DA
Black with #DF90DA
Text Example
Text Example
White with #DF90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90DA; }
p { color: rgb(223,144,218); }
H1.HeaderClassName
{
color: #DF90DA;
}
.AnyTagClassName
{
color: #DF90DA;
}
</style>
background-color css
<style>
a { background-color: #DF90DA; }
a { background-color: rgb(223,144,218); }
div.DivClassName
{
background-color: #DF90DA;
}
.BgClassName
{
background-color: #DF90DA;
}
</style>
border-color css
<style>
span { border-color: #DF90DA; }
span { border-color: rgb(223,144,218); }
td.TdClassName
{
border-color: #DF90DA;
}
.TagClassName
{
border-color: #DF90DA;
}
</style>