Shades of Plum #DF99CF
Tints of Plum #DF99CF
RGB
CMYK
RGB Variations
Color information
#DF99CF (or 0xDF99CF) is known color: Plum. HEX triplet: DF, 99 and CF. RGB value is (223,153,207). Sum of RGB (Red+Green+Blue) = 223+153+207=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99CF is #206630. Grayscale: #B3B3B3. Windows color (decimal): -2123313 or 13605343. OLE color: 13605343.
HSL color Cylindrical-coordinate representation of color #DF99CF: hue angle of 313.71º 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 #DF99CF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 207 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.13 |
| HSL | 313.71º | 0.52% | 0.74% | - |
| HSV(B) | 313.71º | 0.31% | 0.87% | - |
| XYZ | 53.09 | 42.98 | 64.53 | - |
| YUV | 180.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 207 | 0 | 0.31 | 0.07 | 0.13 | 313.71 | 0.52 | 0.74 |
| Hex | DF | 99 | CF | 0 | 1F | 7 | D | 13A | 34 | 4A |
| Octal | 337 | 231 | 317 | 0 | 37 | 7 | 15 | 472 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11001111 | 0 | 11111 | 111 | 1101 | 100111010 | 110100 | 1001010 |
Color Harmonies of #DF99CF
Complementary color
Monochromatic Colors of #DF99CF
Black with #DF99CF
Text Example
Text Example
White with #DF99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99CF; }
p { color: rgb(223,153,207); }
H1.HeaderClassName
{
color: #DF99CF;
}
.AnyTagClassName
{
color: #DF99CF;
}
</style>
background-color css
<style>
a { background-color: #DF99CF; }
a { background-color: rgb(223,153,207); }
div.DivClassName
{
background-color: #DF99CF;
}
.BgClassName
{
background-color: #DF99CF;
}
</style>
border-color css
<style>
span { border-color: #DF99CF; }
span { border-color: rgb(223,153,207); }
td.TdClassName
{
border-color: #DF99CF;
}
.TagClassName
{
border-color: #DF99CF;
}
</style>