Shades of Plum #DD9CCF
Tints of Plum #DD9CCF
RGB
CMYK
RGB Variations
Color information
#DD9CCF (or 0xDD9CCF) is known color: Plum. HEX triplet: DD, 9C and CF. RGB value is (221,156,207). Sum of RGB (Red+Green+Blue) = 221+156+207=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCF is #226330. Grayscale: #B5B5B5. Windows color (decimal): -2253617 or 13606109. OLE color: 13606109.
HSL color Cylindrical-coordinate representation of color #DD9CCF: hue angle of 312.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 #DD9CCF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 207 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.13 |
| HSL | 312.92º | 0.49% | 0.74% | - |
| HSV(B) | 312.92º | 0.29% | 0.87% | - |
| XYZ | 52.97 | 43.65 | 64.67 | - |
| YUV | 181.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 207 | 0 | 0.29 | 0.06 | 0.13 | 312.92 | 0.49 | 0.74 |
| Hex | DD | 9C | CF | 0 | 1D | 6 | D | 139 | 31 | 4A |
| Octal | 335 | 234 | 317 | 0 | 35 | 6 | 15 | 471 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11001111 | 0 | 11101 | 110 | 1101 | 100111001 | 110001 | 1001010 |
Color Harmonies of #DD9CCF
Complementary color
Monochromatic Colors of #DD9CCF
Black with #DD9CCF
Text Example
Text Example
White with #DD9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CCF; }
p { color: rgb(221,156,207); }
H1.HeaderClassName
{
color: #DD9CCF;
}
.AnyTagClassName
{
color: #DD9CCF;
}
</style>
background-color css
<style>
a { background-color: #DD9CCF; }
a { background-color: rgb(221,156,207); }
div.DivClassName
{
background-color: #DD9CCF;
}
.BgClassName
{
background-color: #DD9CCF;
}
</style>
border-color css
<style>
span { border-color: #DD9CCF; }
span { border-color: rgb(221,156,207); }
td.TdClassName
{
border-color: #DD9CCF;
}
.TagClassName
{
border-color: #DD9CCF;
}
</style>