Shades of Plum #DC9BD2
Tints of Plum #DC9BD2
RGB
CMYK
RGB Variations
Color information
#DC9BD2 (or 0xDC9BD2) is known color: Plum. HEX triplet: DC, 9B and D2. RGB value is (220,155,210). Sum of RGB (Red+Green+Blue) = 220+155+210=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD2 is #23642D. Grayscale: #B4B4B4. Windows color (decimal): -2319406 or 13802460. OLE color: 13802460.
HSL color Cylindrical-coordinate representation of color #DC9BD2: hue angle of 309.23º 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 #DC9BD2 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 210 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 309.23º | 0.48% | 0.74% | - |
| HSV(B) | 309.23º | 0.3% | 0.86% | - |
| XYZ | 52.87 | 43.31 | 66.55 | - |
| YUV | 180.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 210 | 0 | 0.30 | 0.05 | 0.14 | 309.23 | 0.48 | 0.74 |
| Hex | DC | 9B | D2 | 0 | 1E | 5 | E | 135 | 30 | 4A |
| Octal | 334 | 233 | 322 | 0 | 36 | 5 | 16 | 465 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11010010 | 0 | 11110 | 101 | 1110 | 100110101 | 110000 | 1001010 |
Color Harmonies of #DC9BD2
Complementary color
Monochromatic Colors of #DC9BD2
Black with #DC9BD2
Text Example
Text Example
White with #DC9BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BD2; }
p { color: rgb(220,155,210); }
H1.HeaderClassName
{
color: #DC9BD2;
}
.AnyTagClassName
{
color: #DC9BD2;
}
</style>
background-color css
<style>
a { background-color: #DC9BD2; }
a { background-color: rgb(220,155,210); }
div.DivClassName
{
background-color: #DC9BD2;
}
.BgClassName
{
background-color: #DC9BD2;
}
</style>
border-color css
<style>
span { border-color: #DC9BD2; }
span { border-color: rgb(220,155,210); }
td.TdClassName
{
border-color: #DC9BD2;
}
.TagClassName
{
border-color: #DC9BD2;
}
</style>