Shades of Plum #DF9CDA
Tints of Plum #DF9CDA
RGB
CMYK
RGB Variations
Color information
#DF9CDA (or 0xDF9CDA) is known color: Plum. HEX triplet: DF, 9C and DA. RGB value is (223,156,218). Sum of RGB (Red+Green+Blue) = 223+156+218=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CDA is #206325. Grayscale: #B6B6B6. Windows color (decimal): -2122534 or 14327007. OLE color: 14327007.
HSL color Cylindrical-coordinate representation of color #DF9CDA: hue angle of 304.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CDA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 156 | 218 | - |
CMYK | 0 | 0.30 | 0.02 | 0.13 |
HSL | 304.48º | 0.51% | 0.74% | - |
HSV(B) | 304.48º | 0.3% | 0.87% | - |
XYZ | 54.97 | 44.53 | 72.03 | - |
YUV | 183.1 | 147.7 | 156.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 156 | 218 | 0 | 0.30 | 0.02 | 0.13 | 304.48 | 0.51 | 0.74 |
Hex | DF | 9C | DA | 0 | 1E | 2 | D | 130 | 33 | 4A |
Octal | 337 | 234 | 332 | 0 | 36 | 2 | 15 | 460 | 63 | 112 |
Binary | 11011111 | 10011100 | 11011010 | 0 | 11110 | 10 | 1101 | 100110000 | 110011 | 1001010 |
Color Harmonies of #DF9CDA
Complementary color
Monochromatic Colors of #DF9CDA
Black with #DF9CDA
Text Example
Text Example
White with #DF9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CDA; }
p { color: rgb(223,156,218); }
H1.HeaderClassName
{
color: #DF9CDA;
}
.AnyTagClassName
{
color: #DF9CDA;
}
</style>
background-color css
<style>
a { background-color: #DF9CDA; }
a { background-color: rgb(223,156,218); }
div.DivClassName
{
background-color: #DF9CDA;
}
.BgClassName
{
background-color: #DF9CDA;
}
</style>
border-color css
<style>
span { border-color: #DF9CDA; }
span { border-color: rgb(223,156,218); }
td.TdClassName
{
border-color: #DF9CDA;
}
.TagClassName
{
border-color: #DF9CDA;
}
</style>