Shades of Plum #DD99F0
Tints of Plum #DD99F0
RGB
CMYK
RGB Variations
Color information
#DD99F0 (or 0xDD99F0) is known color: Plum. HEX triplet: DD, 99 and F0. RGB value is (221,153,240). Sum of RGB (Red+Green+Blue) = 221+153+240=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99F0 is #22660F. Grayscale: #B6B6B6. Windows color (decimal): -2254352 or 15768029. OLE color: 15768029.
HSL color Cylindrical-coordinate representation of color #DD99F0: hue angle of 286.9º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD99F0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 153 | 240 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.06 |
| HSL | 286.9º | 0.74% | 0.77% | - |
| HSV(B) | 286.9º | 0.36% | 0.94% | - |
| XYZ | 56.94 | 44.45 | 88.02 | - |
| YUV | 183.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 240 | 0.08 | 0.36 | 0 | 0.06 | 286.9 | 0.74 | 0.77 |
| Hex | DD | 99 | F0 | 8 | 24 | 0 | 6 | 11F | 4A | 4D |
| Octal | 335 | 231 | 360 | 10 | 44 | 0 | 6 | 437 | 112 | 115 |
| Binary | 11011101 | 10011001 | 11110000 | 1000 | 100100 | 0 | 110 | 100011111 | 1001010 | 1001101 |
Color Harmonies of #DD99F0
Complementary color
Monochromatic Colors of #DD99F0
Black with #DD99F0
Text Example
Text Example
White with #DD99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99F0; }
p { color: rgb(221,153,240); }
H1.HeaderClassName
{
color: #DD99F0;
}
.AnyTagClassName
{
color: #DD99F0;
}
</style>
background-color css
<style>
a { background-color: #DD99F0; }
a { background-color: rgb(221,153,240); }
div.DivClassName
{
background-color: #DD99F0;
}
.BgClassName
{
background-color: #DD99F0;
}
</style>
border-color css
<style>
span { border-color: #DD99F0; }
span { border-color: rgb(221,153,240); }
td.TdClassName
{
border-color: #DD99F0;
}
.TagClassName
{
border-color: #DD99F0;
}
</style>