Shades of Plum #DF99D0
Tints of Plum #DF99D0
RGB
CMYK
RGB Variations
Color information
#DF99D0 (or 0xDF99D0) is known color: Plum. HEX triplet: DF, 99 and D0. RGB value is (223,153,208). Sum of RGB (Red+Green+Blue) = 223+153+208=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D0 is #20662F. Grayscale: #B4B4B4. Windows color (decimal): -2123312 or 13670879. OLE color: 13670879.
HSL color Cylindrical-coordinate representation of color #DF99D0: hue angle of 312.86º 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 #DF99D0 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 208 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.13 |
| HSL | 312.86º | 0.52% | 0.74% | - |
| HSV(B) | 312.86º | 0.31% | 0.87% | - |
| XYZ | 53.21 | 43.02 | 65.17 | - |
| YUV | 180.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 208 | 0 | 0.31 | 0.07 | 0.13 | 312.86 | 0.52 | 0.74 |
| Hex | DF | 99 | D0 | 0 | 1F | 7 | D | 139 | 34 | 4A |
| Octal | 337 | 231 | 320 | 0 | 37 | 7 | 15 | 471 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11010000 | 0 | 11111 | 111 | 1101 | 100111001 | 110100 | 1001010 |
Color Harmonies of #DF99D0
Complementary color
Monochromatic Colors of #DF99D0
Black with #DF99D0
Text Example
Text Example
White with #DF99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99D0; }
p { color: rgb(223,153,208); }
H1.HeaderClassName
{
color: #DF99D0;
}
.AnyTagClassName
{
color: #DF99D0;
}
</style>
background-color css
<style>
a { background-color: #DF99D0; }
a { background-color: rgb(223,153,208); }
div.DivClassName
{
background-color: #DF99D0;
}
.BgClassName
{
background-color: #DF99D0;
}
</style>
border-color css
<style>
span { border-color: #DF99D0; }
span { border-color: rgb(223,153,208); }
td.TdClassName
{
border-color: #DF99D0;
}
.TagClassName
{
border-color: #DF99D0;
}
</style>