Shades of Plum #DD9FDF
Tints of Plum #DD9FDF
RGB
CMYK
RGB Variations
Color information
#DD9FDF (or 0xDD9FDF) is known color: Plum. HEX triplet: DD, 9F and DF. RGB value is (221,159,223). Sum of RGB (Red+Green+Blue) = 221+159+223=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDF is #226020. Grayscale: #B8B8B8. Windows color (decimal): -2252833 or 14655453. OLE color: 14655453.
HSL color Cylindrical-coordinate representation of color #DD9FDF: hue angle of 298.12º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9FDF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 159 | 223 | - |
CMYK | 0.01 | 0.29 | 0 | 0.13 |
HSL | 298.13º | 0.5% | 0.75% | - |
HSV(B) | 298.13º | 0.29% | 0.87% | - |
XYZ | 55.54 | 45.5 | 75.67 | - |
YUV | 184.83 | 149.54 | 153.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 159 | 223 | 0.01 | 0.29 | 0 | 0.13 | 298.13 | 0.5 | 0.75 |
Hex | DD | 9F | DF | 1 | 1D | 0 | D | 12A | 32 | 4B |
Octal | 335 | 237 | 337 | 1 | 35 | 0 | 15 | 452 | 62 | 113 |
Binary | 11011101 | 10011111 | 11011111 | 1 | 11101 | 0 | 1101 | 100101010 | 110010 | 1001011 |
Color Harmonies of #DD9FDF
Complementary color
Monochromatic Colors of #DD9FDF
Black with #DD9FDF
Text Example
Text Example
White with #DD9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FDF; }
p { color: rgb(221,159,223); }
H1.HeaderClassName
{
color: #DD9FDF;
}
.AnyTagClassName
{
color: #DD9FDF;
}
</style>
background-color css
<style>
a { background-color: #DD9FDF; }
a { background-color: rgb(221,159,223); }
div.DivClassName
{
background-color: #DD9FDF;
}
.BgClassName
{
background-color: #DD9FDF;
}
</style>
border-color css
<style>
span { border-color: #DD9FDF; }
span { border-color: rgb(221,159,223); }
td.TdClassName
{
border-color: #DD9FDF;
}
.TagClassName
{
border-color: #DD9FDF;
}
</style>