Shades of Plum #DF99DC
Tints of Plum #DF99DC
RGB
CMYK
RGB Variations
Color information
#DF99DC (or 0xDF99DC) is known color: Plum. HEX triplet: DF, 99 and DC. RGB value is (223,153,220). Sum of RGB (Red+Green+Blue) = 223+153+220=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DC is #206623. Grayscale: #B5B5B5. Windows color (decimal): -2123300 or 14457311. OLE color: 14457311.
HSL color Cylindrical-coordinate representation of color #DF99DC: hue angle of 302.57º degrees, saturation: 0.52, 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 #DF99DC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 220 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.13 |
| HSL | 302.57º | 0.52% | 0.74% | - |
| HSV(B) | 302.57º | 0.31% | 0.87% | - |
| XYZ | 54.74 | 43.64 | 73.25 | - |
| YUV | 181.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 220 | 0 | 0.31 | 0.01 | 0.13 | 302.57 | 0.52 | 0.74 |
| Hex | DF | 99 | DC | 0 | 1F | 1 | D | 12F | 34 | 4A |
| Octal | 337 | 231 | 334 | 0 | 37 | 1 | 15 | 457 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11011100 | 0 | 11111 | 1 | 1101 | 100101111 | 110100 | 1001010 |
Color Harmonies of #DF99DC
Complementary color
Monochromatic Colors of #DF99DC
Black with #DF99DC
Text Example
Text Example
White with #DF99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99DC; }
p { color: rgb(223,153,220); }
H1.HeaderClassName
{
color: #DF99DC;
}
.AnyTagClassName
{
color: #DF99DC;
}
</style>
background-color css
<style>
a { background-color: #DF99DC; }
a { background-color: rgb(223,153,220); }
div.DivClassName
{
background-color: #DF99DC;
}
.BgClassName
{
background-color: #DF99DC;
}
</style>
border-color css
<style>
span { border-color: #DF99DC; }
span { border-color: rgb(223,153,220); }
td.TdClassName
{
border-color: #DF99DC;
}
.TagClassName
{
border-color: #DF99DC;
}
</style>