Shades of Plum #DD99DA
Tints of Plum #DD99DA
RGB
CMYK
RGB Variations
Color information
#DD99DA (or 0xDD99DA) is known color: Plum. HEX triplet: DD, 99 and DA. RGB value is (221,153,218). Sum of RGB (Red+Green+Blue) = 221+153+218=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DA is #226625. Grayscale: #B4B4B4. Windows color (decimal): -2254374 or 14326237. OLE color: 14326237.
HSL color Cylindrical-coordinate representation of color #DD99DA: hue angle of 302.65º 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 #DD99DA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 218 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.13 |
| HSL | 302.65º | 0.5% | 0.73% | - |
| HSV(B) | 302.65º | 0.31% | 0.87% | - |
| XYZ | 53.86 | 43.22 | 71.83 | - |
| YUV | 180.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 218 | 0 | 0.31 | 0.01 | 0.13 | 302.65 | 0.5 | 0.73 |
| Hex | DD | 99 | DA | 0 | 1F | 1 | D | 12F | 32 | 49 |
| Octal | 335 | 231 | 332 | 0 | 37 | 1 | 15 | 457 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11011010 | 0 | 11111 | 1 | 1101 | 100101111 | 110010 | 1001001 |
Color Harmonies of #DD99DA
Complementary color
Monochromatic Colors of #DD99DA
Black with #DD99DA
Text Example
Text Example
White with #DD99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99DA; }
p { color: rgb(221,153,218); }
H1.HeaderClassName
{
color: #DD99DA;
}
.AnyTagClassName
{
color: #DD99DA;
}
</style>
background-color css
<style>
a { background-color: #DD99DA; }
a { background-color: rgb(221,153,218); }
div.DivClassName
{
background-color: #DD99DA;
}
.BgClassName
{
background-color: #DD99DA;
}
</style>
border-color css
<style>
span { border-color: #DD99DA; }
span { border-color: rgb(221,153,218); }
td.TdClassName
{
border-color: #DD99DA;
}
.TagClassName
{
border-color: #DD99DA;
}
</style>