Shades of Plum #DC99DE
Tints of Plum #DC99DE
RGB
CMYK
RGB Variations
Color information
#DC99DE (or 0xDC99DE) is known color: Plum. HEX triplet: DC, 99 and DE. RGB value is (220,153,222). Sum of RGB (Red+Green+Blue) = 220+153+222=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99DE is #236621. Grayscale: #B4B4B4. Windows color (decimal): -2319906 or 14588380. OLE color: 14588380.
HSL color Cylindrical-coordinate representation of color #DC99DE: hue angle of 298.26º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC99DE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 153 | 222 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.13 |
| HSL | 298.26º | 0.51% | 0.74% | - |
| HSV(B) | 298.26º | 0.31% | 0.87% | - |
| XYZ | 54.09 | 43.27 | 74.61 | - |
| YUV | 180.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 222 | 0.01 | 0.31 | 0 | 0.13 | 298.26 | 0.51 | 0.74 |
| Hex | DC | 99 | DE | 1 | 1F | 0 | D | 12A | 33 | 4A |
| Octal | 334 | 231 | 336 | 1 | 37 | 0 | 15 | 452 | 63 | 112 |
| Binary | 11011100 | 10011001 | 11011110 | 1 | 11111 | 0 | 1101 | 100101010 | 110011 | 1001010 |
Color Harmonies of #DC99DE
Complementary color
Monochromatic Colors of #DC99DE
Black with #DC99DE
Text Example
Text Example
White with #DC99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99DE; }
p { color: rgb(220,153,222); }
H1.HeaderClassName
{
color: #DC99DE;
}
.AnyTagClassName
{
color: #DC99DE;
}
</style>
background-color css
<style>
a { background-color: #DC99DE; }
a { background-color: rgb(220,153,222); }
div.DivClassName
{
background-color: #DC99DE;
}
.BgClassName
{
background-color: #DC99DE;
}
</style>
border-color css
<style>
span { border-color: #DC99DE; }
span { border-color: rgb(220,153,222); }
td.TdClassName
{
border-color: #DC99DE;
}
.TagClassName
{
border-color: #DC99DE;
}
</style>