Shades of Plum #DC9ECF
Tints of Plum #DC9ECF
RGB
CMYK
RGB Variations
Color information
#DC9ECF (or 0xDC9ECF) is known color: Plum. HEX triplet: DC, 9E and CF. RGB value is (220,158,207). Sum of RGB (Red+Green+Blue) = 220+158+207=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ECF is #236130. Grayscale: #B5B5B5. Windows color (decimal): -2318641 or 13606620. OLE color: 13606620.
HSL color Cylindrical-coordinate representation of color #DC9ECF: hue angle of 312.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9ECF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 207 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.14 |
| HSL | 312.58º | 0.47% | 0.74% | - |
| HSV(B) | 312.58º | 0.28% | 0.86% | - |
| XYZ | 53 | 44.17 | 64.76 | - |
| YUV | 182.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 207 | 0 | 0.28 | 0.06 | 0.14 | 312.58 | 0.47 | 0.74 |
| Hex | DC | 9E | CF | 0 | 1C | 6 | E | 139 | 2F | 4A |
| Octal | 334 | 236 | 317 | 0 | 34 | 6 | 16 | 471 | 57 | 112 |
| Binary | 11011100 | 10011110 | 11001111 | 0 | 11100 | 110 | 1110 | 100111001 | 101111 | 1001010 |
Color Harmonies of #DC9ECF
Complementary color
Monochromatic Colors of #DC9ECF
Black with #DC9ECF
Text Example
Text Example
White with #DC9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9ECF; }
p { color: rgb(220,158,207); }
H1.HeaderClassName
{
color: #DC9ECF;
}
.AnyTagClassName
{
color: #DC9ECF;
}
</style>
background-color css
<style>
a { background-color: #DC9ECF; }
a { background-color: rgb(220,158,207); }
div.DivClassName
{
background-color: #DC9ECF;
}
.BgClassName
{
background-color: #DC9ECF;
}
</style>
border-color css
<style>
span { border-color: #DC9ECF; }
span { border-color: rgb(220,158,207); }
td.TdClassName
{
border-color: #DC9ECF;
}
.TagClassName
{
border-color: #DC9ECF;
}
</style>