Shades of Plum #DD99DD
Tints of Plum #DD99DD
RGB
CMYK
RGB Variations
Color information
#DD99DD (or 0xDD99DD) is known color: Plum. HEX triplet: DD, 99 and DD. RGB value is (221,153,221). Sum of RGB (Red+Green+Blue) = 221+153+221=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DD is #226622. Grayscale: #B4B4B4. Windows color (decimal): -2254371 or 14522845. OLE color: 14522845.
HSL color Cylindrical-coordinate representation of color #DD99DD: hue angle of 300º 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 #DD99DD is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 153 | 221 | - |
CMYK | 0 | 0.31 | 0 | 0.13 |
HSL | 300º | 0.5% | 0.73% | - |
HSV(B) | 300º | 0.31% | 0.87% | - |
XYZ | 54.26 | 43.38 | 73.92 | - |
YUV | 181.08 | 150.53 | 156.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 153 | 221 | 0 | 0.31 | 0 | 0.13 | 300 | 0.5 | 0.73 |
Hex | DD | 99 | DD | 0 | 1F | 0 | D | 12C | 32 | 49 |
Octal | 335 | 231 | 335 | 0 | 37 | 0 | 15 | 454 | 62 | 111 |
Binary | 11011101 | 10011001 | 11011101 | 0 | 11111 | 0 | 1101 | 100101100 | 110010 | 1001001 |
Color Harmonies of #DD99DD
Complementary color
Monochromatic Colors of #DD99DD
Black with #DD99DD
Text Example
Text Example
White with #DD99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99DD; }
p { color: rgb(221,153,221); }
H1.HeaderClassName
{
color: #DD99DD;
}
.AnyTagClassName
{
color: #DD99DD;
}
</style>
background-color css
<style>
a { background-color: #DD99DD; }
a { background-color: rgb(221,153,221); }
div.DivClassName
{
background-color: #DD99DD;
}
.BgClassName
{
background-color: #DD99DD;
}
</style>
border-color css
<style>
span { border-color: #DD99DD; }
span { border-color: rgb(221,153,221); }
td.TdClassName
{
border-color: #DD99DD;
}
.TagClassName
{
border-color: #DD99DD;
}
</style>