Shades of Plum #DC9BDA
Tints of Plum #DC9BDA
RGB
CMYK
RGB Variations
Color information
#DC9BDA (or 0xDC9BDA) is known color: Plum. HEX triplet: DC, 9B and DA. RGB value is (220,155,218). Sum of RGB (Red+Green+Blue) = 220+155+218=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDA is #236425. Grayscale: #B5B5B5. Windows color (decimal): -2319398 or 14326748. OLE color: 14326748.
HSL color Cylindrical-coordinate representation of color #DC9BDA: hue angle of 301.85º 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 #DC9BDA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 218 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.14 |
| HSL | 301.85º | 0.48% | 0.74% | - |
| HSV(B) | 301.85º | 0.3% | 0.86% | - |
| XYZ | 53.89 | 43.72 | 71.93 | - |
| YUV | 181.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 218 | 0 | 0.30 | 0.01 | 0.14 | 301.85 | 0.48 | 0.74 |
| Hex | DC | 9B | DA | 0 | 1E | 1 | E | 12E | 30 | 4A |
| Octal | 334 | 233 | 332 | 0 | 36 | 1 | 16 | 456 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11011010 | 0 | 11110 | 1 | 1110 | 100101110 | 110000 | 1001010 |
Color Harmonies of #DC9BDA
Complementary color
Monochromatic Colors of #DC9BDA
Black with #DC9BDA
Text Example
Text Example
White with #DC9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BDA; }
p { color: rgb(220,155,218); }
H1.HeaderClassName
{
color: #DC9BDA;
}
.AnyTagClassName
{
color: #DC9BDA;
}
</style>
background-color css
<style>
a { background-color: #DC9BDA; }
a { background-color: rgb(220,155,218); }
div.DivClassName
{
background-color: #DC9BDA;
}
.BgClassName
{
background-color: #DC9BDA;
}
</style>
border-color css
<style>
span { border-color: #DC9BDA; }
span { border-color: rgb(220,155,218); }
td.TdClassName
{
border-color: #DC9BDA;
}
.TagClassName
{
border-color: #DC9BDA;
}
</style>