Shades of Plum #DD99CF
Tints of Plum #DD99CF
RGB
CMYK
RGB Variations
Color information
#DD99CF (or 0xDD99CF) is known color: Plum. HEX triplet: DD, 99 and CF. RGB value is (221,153,207). Sum of RGB (Red+Green+Blue) = 221+153+207=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99CF is #226630. Grayscale: #B3B3B3. Windows color (decimal): -2254385 or 13605341. OLE color: 13605341.
HSL color Cylindrical-coordinate representation of color #DD99CF: hue angle of 312.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99CF is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 207 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 312.35º | 0.5% | 0.73% | - |
| HSV(B) | 312.35º | 0.31% | 0.87% | - |
| XYZ | 52.47 | 42.66 | 64.5 | - |
| YUV | 179.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 207 | 0 | 0.31 | 0.06 | 0.13 | 312.35 | 0.5 | 0.73 |
| Hex | DD | 99 | CF | 0 | 1F | 6 | D | 138 | 32 | 49 |
| Octal | 335 | 231 | 317 | 0 | 37 | 6 | 15 | 470 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11001111 | 0 | 11111 | 110 | 1101 | 100111000 | 110010 | 1001001 |
Color Harmonies of #DD99CF
Complementary color
Monochromatic Colors of #DD99CF
Black with #DD99CF
Text Example
Text Example
White with #DD99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99CF; }
p { color: rgb(221,153,207); }
H1.HeaderClassName
{
color: #DD99CF;
}
.AnyTagClassName
{
color: #DD99CF;
}
</style>
background-color css
<style>
a { background-color: #DD99CF; }
a { background-color: rgb(221,153,207); }
div.DivClassName
{
background-color: #DD99CF;
}
.BgClassName
{
background-color: #DD99CF;
}
</style>
border-color css
<style>
span { border-color: #DD99CF; }
span { border-color: rgb(221,153,207); }
td.TdClassName
{
border-color: #DD99CF;
}
.TagClassName
{
border-color: #DD99CF;
}
</style>