Shades of Plum #DC8FCB
Tints of Plum #DC8FCB
RGB
CMYK
RGB Variations
Color information
#DC8FCB (or 0xDC8FCB) is known color: Plum. HEX triplet: DC, 8F and CB. RGB value is (220,143,203). Sum of RGB (Red+Green+Blue) = 220+143+203=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FCB is #237034. Grayscale: #ACACAC. Windows color (decimal): -2322485 or 13340636. OLE color: 13340636.
HSL color Cylindrical-coordinate representation of color #DC8FCB: hue angle of 313.25º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FCB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 203 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.14 |
| HSL | 313.25º | 0.52% | 0.71% | - |
| HSV(B) | 313.25º | 0.35% | 0.86% | - |
| XYZ | 50.12 | 39.17 | 61.42 | - |
| YUV | 172.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 203 | 0 | 0.35 | 0.08 | 0.14 | 313.25 | 0.52 | 0.71 |
| Hex | DC | 8F | CB | 0 | 23 | 8 | E | 139 | 34 | 47 |
| Octal | 334 | 217 | 313 | 0 | 43 | 10 | 16 | 471 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11001011 | 0 | 100011 | 1000 | 1110 | 100111001 | 110100 | 1000111 |
Color Harmonies of #DC8FCB
Complementary color
Monochromatic Colors of #DC8FCB
Black with #DC8FCB
Text Example
Text Example
White with #DC8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FCB; }
p { color: rgb(220,143,203); }
H1.HeaderClassName
{
color: #DC8FCB;
}
.AnyTagClassName
{
color: #DC8FCB;
}
</style>
background-color css
<style>
a { background-color: #DC8FCB; }
a { background-color: rgb(220,143,203); }
div.DivClassName
{
background-color: #DC8FCB;
}
.BgClassName
{
background-color: #DC8FCB;
}
</style>
border-color css
<style>
span { border-color: #DC8FCB; }
span { border-color: rgb(220,143,203); }
td.TdClassName
{
border-color: #DC8FCB;
}
.TagClassName
{
border-color: #DC8FCB;
}
</style>