Shades of Plum #DF99D6
Tints of Plum #DF99D6
RGB
CMYK
RGB Variations
Color information
#DF99D6 (or 0xDF99D6) is known color: Plum. HEX triplet: DF, 99 and D6. RGB value is (223,153,214). Sum of RGB (Red+Green+Blue) = 223+153+214=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D6 is #206629. Grayscale: #B4B4B4. Windows color (decimal): -2123306 or 14064095. OLE color: 14064095.
HSL color Cylindrical-coordinate representation of color #DF99D6: hue angle of 307.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 #DF99D6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 214 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.13 |
| HSL | 307.71º | 0.52% | 0.74% | - |
| HSV(B) | 307.71º | 0.31% | 0.87% | - |
| XYZ | 53.96 | 43.33 | 69.14 | - |
| YUV | 180.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 214 | 0 | 0.31 | 0.04 | 0.13 | 307.71 | 0.52 | 0.74 |
| Hex | DF | 99 | D6 | 0 | 1F | 4 | D | 134 | 34 | 4A |
| Octal | 337 | 231 | 326 | 0 | 37 | 4 | 15 | 464 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11010110 | 0 | 11111 | 100 | 1101 | 100110100 | 110100 | 1001010 |
Color Harmonies of #DF99D6
Complementary color
Monochromatic Colors of #DF99D6
Black with #DF99D6
Text Example
Text Example
White with #DF99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99D6; }
p { color: rgb(223,153,214); }
H1.HeaderClassName
{
color: #DF99D6;
}
.AnyTagClassName
{
color: #DF99D6;
}
</style>
background-color css
<style>
a { background-color: #DF99D6; }
a { background-color: rgb(223,153,214); }
div.DivClassName
{
background-color: #DF99D6;
}
.BgClassName
{
background-color: #DF99D6;
}
</style>
border-color css
<style>
span { border-color: #DF99D6; }
span { border-color: rgb(223,153,214); }
td.TdClassName
{
border-color: #DF99D6;
}
.TagClassName
{
border-color: #DF99D6;
}
</style>