Shades of Plum #DC89DF
Tints of Plum #DC89DF
RGB
CMYK
RGB Variations
Color information
#DC89DF (or 0xDC89DF) is known color: Plum. HEX triplet: DC, 89 and DF. RGB value is (220,137,223). Sum of RGB (Red+Green+Blue) = 220+137+223=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89DF is #237620. Grayscale: #ABABAB. Windows color (decimal): -2324001 or 14649820. OLE color: 14649820.
HSL color Cylindrical-coordinate representation of color #DC89DF: hue angle of 297.91º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC89DF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 137 | 223 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.13 |
| HSL | 297.91º | 0.57% | 0.71% | - |
| HSV(B) | 297.91º | 0.39% | 0.87% | - |
| XYZ | 51.78 | 38.43 | 74.5 | - |
| YUV | 171.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 223 | 0.01 | 0.39 | 0 | 0.13 | 297.91 | 0.57 | 0.71 |
| Hex | DC | 89 | DF | 1 | 27 | 0 | D | 12A | 39 | 47 |
| Octal | 334 | 211 | 337 | 1 | 47 | 0 | 15 | 452 | 71 | 107 |
| Binary | 11011100 | 10001001 | 11011111 | 1 | 100111 | 0 | 1101 | 100101010 | 111001 | 1000111 |
Color Harmonies of #DC89DF
Complementary color
Monochromatic Colors of #DC89DF
Black with #DC89DF
Text Example
Text Example
White with #DC89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89DF; }
p { color: rgb(220,137,223); }
H1.HeaderClassName
{
color: #DC89DF;
}
.AnyTagClassName
{
color: #DC89DF;
}
</style>
background-color css
<style>
a { background-color: #DC89DF; }
a { background-color: rgb(220,137,223); }
div.DivClassName
{
background-color: #DC89DF;
}
.BgClassName
{
background-color: #DC89DF;
}
</style>
border-color css
<style>
span { border-color: #DC89DF; }
span { border-color: rgb(220,137,223); }
td.TdClassName
{
border-color: #DC89DF;
}
.TagClassName
{
border-color: #DC89DF;
}
</style>