Shades of Plum #DFADDF
Tints of Plum #DFADDF
RGB
CMYK
RGB Variations
Color information
#DFADDF (or 0xDFADDF) is known color: Plum. HEX triplet: DF, AD and DF. RGB value is (223,173,223). Sum of RGB (Red+Green+Blue) = 223+173+223=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADDF is #205220. Grayscale: #C1C1C1. Windows color (decimal): -2118177 or 14659039. OLE color: 14659039.
HSL color Cylindrical-coordinate representation of color #DFADDF: hue angle of 300º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADDF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 173 | 223 | - |
CMYK | 0 | 0.22 | 0 | 0.13 |
HSL | 300º | 0.44% | 0.78% | - |
HSV(B) | 300º | 0.22% | 0.87% | - |
XYZ | 58.69 | 50.9 | 76.54 | - |
YUV | 193.65 | 144.57 | 148.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 223 | 0 | 0.22 | 0 | 0.13 | 300 | 0.44 | 0.78 |
Hex | DF | AD | DF | 0 | 16 | 0 | D | 12C | 2C | 4E |
Octal | 337 | 255 | 337 | 0 | 26 | 0 | 15 | 454 | 54 | 116 |
Binary | 11011111 | 10101101 | 11011111 | 0 | 10110 | 0 | 1101 | 100101100 | 101100 | 1001110 |
Color Harmonies of #DFADDF
Complementary color
Monochromatic Colors of #DFADDF
Black with #DFADDF
Text Example
Text Example
White with #DFADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADDF; }
p { color: rgb(223,173,223); }
H1.HeaderClassName
{
color: #DFADDF;
}
.AnyTagClassName
{
color: #DFADDF;
}
</style>
background-color css
<style>
a { background-color: #DFADDF; }
a { background-color: rgb(223,173,223); }
div.DivClassName
{
background-color: #DFADDF;
}
.BgClassName
{
background-color: #DFADDF;
}
</style>
border-color css
<style>
span { border-color: #DFADDF; }
span { border-color: rgb(223,173,223); }
td.TdClassName
{
border-color: #DFADDF;
}
.TagClassName
{
border-color: #DFADDF;
}
</style>