Shades of Plum #DC8FD6
Tints of Plum #DC8FD6
RGB
CMYK
RGB Variations
Color information
#DC8FD6 (or 0xDC8FD6) is known color: Plum. HEX triplet: DC, 8F and D6. RGB value is (220,143,214). Sum of RGB (Red+Green+Blue) = 220+143+214=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FD6 is #237029. Grayscale: #ADADAD. Windows color (decimal): -2322474 or 14061532. OLE color: 14061532.
HSL color Cylindrical-coordinate representation of color #DC8FD6: hue angle of 304.68º 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 #DC8FD6 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 214 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.14 |
| HSL | 304.68º | 0.52% | 0.71% | - |
| HSV(B) | 304.68º | 0.35% | 0.86% | - |
| XYZ | 51.48 | 39.72 | 68.57 | - |
| YUV | 174.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 214 | 0 | 0.35 | 0.03 | 0.14 | 304.68 | 0.52 | 0.71 |
| Hex | DC | 8F | D6 | 0 | 23 | 3 | E | 131 | 34 | 47 |
| Octal | 334 | 217 | 326 | 0 | 43 | 3 | 16 | 461 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11010110 | 0 | 100011 | 11 | 1110 | 100110001 | 110100 | 1000111 |
Color Harmonies of #DC8FD6
Complementary color
Monochromatic Colors of #DC8FD6
Black with #DC8FD6
Text Example
Text Example
White with #DC8FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FD6; }
p { color: rgb(220,143,214); }
H1.HeaderClassName
{
color: #DC8FD6;
}
.AnyTagClassName
{
color: #DC8FD6;
}
</style>
background-color css
<style>
a { background-color: #DC8FD6; }
a { background-color: rgb(220,143,214); }
div.DivClassName
{
background-color: #DC8FD6;
}
.BgClassName
{
background-color: #DC8FD6;
}
</style>
border-color css
<style>
span { border-color: #DC8FD6; }
span { border-color: rgb(220,143,214); }
td.TdClassName
{
border-color: #DC8FD6;
}
.TagClassName
{
border-color: #DC8FD6;
}
</style>