Shades of Plum #DC9BD3
Tints of Plum #DC9BD3
RGB
CMYK
RGB Variations
Color information
#DC9BD3 (or 0xDC9BD3) is known color: Plum. HEX triplet: DC, 9B and D3. RGB value is (220,155,211). Sum of RGB (Red+Green+Blue) = 220+155+211=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD3 is #23642C. Grayscale: #B4B4B4. Windows color (decimal): -2319405 or 13867996. OLE color: 13867996.
HSL color Cylindrical-coordinate representation of color #DC9BD3: hue angle of 308.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BD3 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 211 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.14 |
| HSL | 308.31º | 0.48% | 0.74% | - |
| HSV(B) | 308.31º | 0.3% | 0.86% | - |
| XYZ | 52.99 | 43.36 | 67.2 | - |
| YUV | 180.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 211 | 0 | 0.30 | 0.04 | 0.14 | 308.31 | 0.48 | 0.74 |
| Hex | DC | 9B | D3 | 0 | 1E | 4 | E | 134 | 30 | 4A |
| Octal | 334 | 233 | 323 | 0 | 36 | 4 | 16 | 464 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11010011 | 0 | 11110 | 100 | 1110 | 100110100 | 110000 | 1001010 |
Color Harmonies of #DC9BD3
Complementary color
Monochromatic Colors of #DC9BD3
Black with #DC9BD3
Text Example
Text Example
White with #DC9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BD3; }
p { color: rgb(220,155,211); }
H1.HeaderClassName
{
color: #DC9BD3;
}
.AnyTagClassName
{
color: #DC9BD3;
}
</style>
background-color css
<style>
a { background-color: #DC9BD3; }
a { background-color: rgb(220,155,211); }
div.DivClassName
{
background-color: #DC9BD3;
}
.BgClassName
{
background-color: #DC9BD3;
}
</style>
border-color css
<style>
span { border-color: #DC9BD3; }
span { border-color: rgb(220,155,211); }
td.TdClassName
{
border-color: #DC9BD3;
}
.TagClassName
{
border-color: #DC9BD3;
}
</style>