Shades of Plum #DD9CDC
Tints of Plum #DD9CDC
RGB
CMYK
RGB Variations
Color information
#DD9CDC (or 0xDD9CDC) is known color: Plum. HEX triplet: DD, 9C and DC. RGB value is (221,156,220). Sum of RGB (Red+Green+Blue) = 221+156+220=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDC is #226323. Grayscale: #B6B6B6. Windows color (decimal): -2253604 or 14458077. OLE color: 14458077.
HSL color Cylindrical-coordinate representation of color #DD9CDC: hue angle of 300.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CDC is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 156 | 220 | - |
CMYK | 0 | 0.29 | 0.00 | 0.13 |
HSL | 300.92º | 0.49% | 0.74% | - |
HSV(B) | 300.92º | 0.29% | 0.87% | - |
XYZ | 54.63 | 44.32 | 73.38 | - |
YUV | 182.73 | 149.03 | 155.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 156 | 220 | 0 | 0.29 | 0.00 | 0.13 | 300.92 | 0.49 | 0.74 |
Hex | DD | 9C | DC | 0 | 1D | 0 | D | 12D | 31 | 4A |
Octal | 335 | 234 | 334 | 0 | 35 | 0 | 15 | 455 | 61 | 112 |
Binary | 11011101 | 10011100 | 11011100 | 0 | 11101 | 0 | 1101 | 100101101 | 110001 | 1001010 |
Color Harmonies of #DD9CDC
Complementary color
Monochromatic Colors of #DD9CDC
Black with #DD9CDC
Text Example
Text Example
White with #DD9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CDC; }
p { color: rgb(221,156,220); }
H1.HeaderClassName
{
color: #DD9CDC;
}
.AnyTagClassName
{
color: #DD9CDC;
}
</style>
background-color css
<style>
a { background-color: #DD9CDC; }
a { background-color: rgb(221,156,220); }
div.DivClassName
{
background-color: #DD9CDC;
}
.BgClassName
{
background-color: #DD9CDC;
}
</style>
border-color css
<style>
span { border-color: #DD9CDC; }
span { border-color: rgb(221,156,220); }
td.TdClassName
{
border-color: #DD9CDC;
}
.TagClassName
{
border-color: #DD9CDC;
}
</style>