Shades of Plum #DC9AD1
Tints of Plum #DC9AD1
RGB
CMYK
RGB Variations
Color information
#DC9AD1 (or 0xDC9AD1) is known color: Plum. HEX triplet: DC, 9A and D1. RGB value is (220,154,209). Sum of RGB (Red+Green+Blue) = 220+154+209=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD1 is #23652E. Grayscale: #B3B3B3. Windows color (decimal): -2319663 or 13736668. OLE color: 13736668.
HSL color Cylindrical-coordinate representation of color #DC9AD1: hue angle of 310º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AD1 is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 209 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.14 |
| HSL | 310º | 0.49% | 0.73% | - |
| HSV(B) | 310º | 0.3% | 0.86% | - |
| XYZ | 52.58 | 42.93 | 65.84 | - |
| YUV | 180 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 209 | 0 | 0.3 | 0.05 | 0.14 | 310 | 0.49 | 0.73 |
| Hex | DC | 9A | D1 | 0 | 1E | 5 | E | 136 | 31 | 49 |
| Octal | 334 | 232 | 321 | 0 | 36 | 5 | 16 | 466 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11010001 | 0 | 11110 | 101 | 1110 | 100110110 | 110001 | 1001001 |
Color Harmonies of #DC9AD1
Complementary color
Monochromatic Colors of #DC9AD1
Black with #DC9AD1
Text Example
Text Example
White with #DC9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AD1; }
p { color: rgb(220,154,209); }
H1.HeaderClassName
{
color: #DC9AD1;
}
.AnyTagClassName
{
color: #DC9AD1;
}
</style>
background-color css
<style>
a { background-color: #DC9AD1; }
a { background-color: rgb(220,154,209); }
div.DivClassName
{
background-color: #DC9AD1;
}
.BgClassName
{
background-color: #DC9AD1;
}
</style>
border-color css
<style>
span { border-color: #DC9AD1; }
span { border-color: rgb(220,154,209); }
td.TdClassName
{
border-color: #DC9AD1;
}
.TagClassName
{
border-color: #DC9AD1;
}
</style>