Shades of Plum #DC9ACB
Tints of Plum #DC9ACB
RGB
CMYK
RGB Variations
Color information
#DC9ACB (or 0xDC9ACB) is known color: Plum. HEX triplet: DC, 9A and CB. RGB value is (220,154,203). Sum of RGB (Red+Green+Blue) = 220+154+203=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ACB is #236534. Grayscale: #B3B3B3. Windows color (decimal): -2319669 or 13343452. OLE color: 13343452.
HSL color Cylindrical-coordinate representation of color #DC9ACB: hue angle of 315.45º 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 #DC9ACB is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 203 | - |
| CMYK | 0 | 0.3 | 0.08 | 0.14 |
| HSL | 315.45º | 0.49% | 0.73% | - |
| HSV(B) | 315.45º | 0.3% | 0.86% | - |
| XYZ | 51.85 | 42.64 | 62 | - |
| YUV | 179.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 203 | 0 | 0.3 | 0.08 | 0.14 | 315.45 | 0.49 | 0.73 |
| Hex | DC | 9A | CB | 0 | 1E | 8 | E | 13B | 31 | 49 |
| Octal | 334 | 232 | 313 | 0 | 36 | 10 | 16 | 473 | 61 | 111 |
| Binary | 11011100 | 10011010 | 11001011 | 0 | 11110 | 1000 | 1110 | 100111011 | 110001 | 1001001 |
Color Harmonies of #DC9ACB
Complementary color
Monochromatic Colors of #DC9ACB
Black with #DC9ACB
Text Example
Text Example
White with #DC9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ACB; }
p { color: rgb(220,154,203); }
H1.HeaderClassName
{
color: #DC9ACB;
}
.AnyTagClassName
{
color: #DC9ACB;
}
</style>
background-color css
<style>
a { background-color: #DC9ACB; }
a { background-color: rgb(220,154,203); }
div.DivClassName
{
background-color: #DC9ACB;
}
.BgClassName
{
background-color: #DC9ACB;
}
</style>
border-color css
<style>
span { border-color: #DC9ACB; }
span { border-color: rgb(220,154,203); }
td.TdClassName
{
border-color: #DC9ACB;
}
.TagClassName
{
border-color: #DC9ACB;
}
</style>