Shades of Plum #DC9DDD
Tints of Plum #DC9DDD
RGB
CMYK
RGB Variations
Color information
#DC9DDD (or 0xDC9DDD) is known color: Plum. HEX triplet: DC, 9D and DD. RGB value is (220,157,221). Sum of RGB (Red+Green+Blue) = 220+157+221=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDD is #236222. Grayscale: #B6B6B6. Windows color (decimal): -2318883 or 14523868. OLE color: 14523868.
HSL color Cylindrical-coordinate representation of color #DC9DDD: hue angle of 299.06º degrees, saturation: 0.48, 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 #DC9DDD is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 157 | 221 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.13 |
| HSL | 299.06º | 0.48% | 0.74% | - |
| HSV(B) | 299.06º | 0.29% | 0.87% | - |
| XYZ | 54.62 | 44.55 | 74.13 | - |
| YUV | 183.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 221 | 0.00 | 0.29 | 0 | 0.13 | 299.06 | 0.48 | 0.74 |
| Hex | DC | 9D | DD | 0 | 1D | 0 | D | 12B | 30 | 4A |
| Octal | 334 | 235 | 335 | 0 | 35 | 0 | 15 | 453 | 60 | 112 |
| Binary | 11011100 | 10011101 | 11011101 | 0 | 11101 | 0 | 1101 | 100101011 | 110000 | 1001010 |
Color Harmonies of #DC9DDD
Complementary color
Monochromatic Colors of #DC9DDD
Black with #DC9DDD
Text Example
Text Example
White with #DC9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DDD; }
p { color: rgb(220,157,221); }
H1.HeaderClassName
{
color: #DC9DDD;
}
.AnyTagClassName
{
color: #DC9DDD;
}
</style>
background-color css
<style>
a { background-color: #DC9DDD; }
a { background-color: rgb(220,157,221); }
div.DivClassName
{
background-color: #DC9DDD;
}
.BgClassName
{
background-color: #DC9DDD;
}
</style>
border-color css
<style>
span { border-color: #DC9DDD; }
span { border-color: rgb(220,157,221); }
td.TdClassName
{
border-color: #DC9DDD;
}
.TagClassName
{
border-color: #DC9DDD;
}
</style>