Shades of Plum #DD9CDA
Tints of Plum #DD9CDA
RGB
CMYK
RGB Variations
Color information
#DD9CDA (or 0xDD9CDA) is known color: Plum. HEX triplet: DD, 9C and DA. RGB value is (221,156,218). Sum of RGB (Red+Green+Blue) = 221+156+218=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDA is #226325. Grayscale: #B6B6B6. Windows color (decimal): -2253606 or 14327005. OLE color: 14327005.
HSL color Cylindrical-coordinate representation of color #DD9CDA: hue angle of 302.77º 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 #DD9CDA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 218 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 302.77º | 0.49% | 0.74% | - |
| HSV(B) | 302.77º | 0.29% | 0.87% | - |
| XYZ | 54.36 | 44.21 | 72 | - |
| YUV | 182.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 218 | 0 | 0.29 | 0.01 | 0.13 | 302.77 | 0.49 | 0.74 |
| Hex | DD | 9C | DA | 0 | 1D | 1 | D | 12F | 31 | 4A |
| Octal | 335 | 234 | 332 | 0 | 35 | 1 | 15 | 457 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11011010 | 0 | 11101 | 1 | 1101 | 100101111 | 110001 | 1001010 |
Color Harmonies of #DD9CDA
Complementary color
Monochromatic Colors of #DD9CDA
Black with #DD9CDA
Text Example
Text Example
White with #DD9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CDA; }
p { color: rgb(221,156,218); }
H1.HeaderClassName
{
color: #DD9CDA;
}
.AnyTagClassName
{
color: #DD9CDA;
}
</style>
background-color css
<style>
a { background-color: #DD9CDA; }
a { background-color: rgb(221,156,218); }
div.DivClassName
{
background-color: #DD9CDA;
}
.BgClassName
{
background-color: #DD9CDA;
}
</style>
border-color css
<style>
span { border-color: #DD9CDA; }
span { border-color: rgb(221,156,218); }
td.TdClassName
{
border-color: #DD9CDA;
}
.TagClassName
{
border-color: #DD9CDA;
}
</style>