Shades of Plum #DC99EE
Tints of Plum #DC99EE
RGB
CMYK
RGB Variations
Color information
#DC99EE (or 0xDC99EE) is known color: Plum. HEX triplet: DC, 99 and EE. RGB value is (220,153,238). Sum of RGB (Red+Green+Blue) = 220+153+238=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99EE is #236611. Grayscale: #B6B6B6. Windows color (decimal): -2319890 or 15636956. OLE color: 15636956.
HSL color Cylindrical-coordinate representation of color #DC99EE: hue angle of 287.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC99EE is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 153 | 238 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.07 |
| HSL | 287.29º | 0.71% | 0.77% | - |
| HSV(B) | 287.29º | 0.36% | 0.93% | - |
| XYZ | 56.34 | 44.17 | 86.45 | - |
| YUV | 182.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 238 | 0.08 | 0.36 | 0 | 0.07 | 287.29 | 0.71 | 0.77 |
| Hex | DC | 99 | EE | 8 | 24 | 0 | 7 | 11F | 47 | 4D |
| Octal | 334 | 231 | 356 | 10 | 44 | 0 | 7 | 437 | 107 | 115 |
| Binary | 11011100 | 10011001 | 11101110 | 1000 | 100100 | 0 | 111 | 100011111 | 1000111 | 1001101 |
Color Harmonies of #DC99EE
Complementary color
Monochromatic Colors of #DC99EE
Black with #DC99EE
Text Example
Text Example
White with #DC99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99EE; }
p { color: rgb(220,153,238); }
H1.HeaderClassName
{
color: #DC99EE;
}
.AnyTagClassName
{
color: #DC99EE;
}
</style>
background-color css
<style>
a { background-color: #DC99EE; }
a { background-color: rgb(220,153,238); }
div.DivClassName
{
background-color: #DC99EE;
}
.BgClassName
{
background-color: #DC99EE;
}
</style>
border-color css
<style>
span { border-color: #DC99EE; }
span { border-color: rgb(220,153,238); }
td.TdClassName
{
border-color: #DC99EE;
}
.TagClassName
{
border-color: #DC99EE;
}
</style>