Shades of Plum #DC9AD2
Tints of Plum #DC9AD2
RGB
CMYK
RGB Variations
Color information
#DC9AD2 (or 0xDC9AD2) is known color: Plum. HEX triplet: DC, 9A and D2. RGB value is (220,154,210). Sum of RGB (Red+Green+Blue) = 220+154+210=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD2 is #23652D. Grayscale: #B3B3B3. Windows color (decimal): -2319662 or 13802204. OLE color: 13802204.
HSL color Cylindrical-coordinate representation of color #DC9AD2: hue angle of 309.09º 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 #DC9AD2 is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 210 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.14 |
| HSL | 309.09º | 0.49% | 0.73% | - |
| HSV(B) | 309.09º | 0.3% | 0.86% | - |
| XYZ | 52.7 | 42.98 | 66.49 | - |
| YUV | 180.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 210 | 0 | 0.3 | 0.05 | 0.14 | 309.09 | 0.49 | 0.73 |
| Hex | DC | 9A | D2 | 0 | 1E | 5 | E | 135 | 31 | 49 |
| Octal | 334 | 232 | 322 | 0 | 36 | 5 | 16 | 465 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11010010 | 0 | 11110 | 101 | 1110 | 100110101 | 110001 | 1001001 |
Color Harmonies of #DC9AD2
Complementary color
Monochromatic Colors of #DC9AD2
Black with #DC9AD2
Text Example
Text Example
White with #DC9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AD2; }
p { color: rgb(220,154,210); }
H1.HeaderClassName
{
color: #DC9AD2;
}
.AnyTagClassName
{
color: #DC9AD2;
}
</style>
background-color css
<style>
a { background-color: #DC9AD2; }
a { background-color: rgb(220,154,210); }
div.DivClassName
{
background-color: #DC9AD2;
}
.BgClassName
{
background-color: #DC9AD2;
}
</style>
border-color css
<style>
span { border-color: #DC9AD2; }
span { border-color: rgb(220,154,210); }
td.TdClassName
{
border-color: #DC9AD2;
}
.TagClassName
{
border-color: #DC9AD2;
}
</style>