Shades of Plum #DD9FE3
Tints of Plum #DD9FE3
RGB
CMYK
RGB Variations
Color information
#DD9FE3 (or 0xDD9FE3) is known color: Plum. HEX triplet: DD, 9F and E3. RGB value is (221,159,227). Sum of RGB (Red+Green+Blue) = 221+159+227=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE3 is #22601C. Grayscale: #B9B9B9. Windows color (decimal): -2252829 or 14917597. OLE color: 14917597.
HSL color Cylindrical-coordinate representation of color #DD9FE3: hue angle of 294.71º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9FE3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 159 | 227 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.11 |
| HSL | 294.71º | 0.55% | 0.76% | - |
| HSV(B) | 294.71º | 0.3% | 0.89% | - |
| XYZ | 56.08 | 45.71 | 78.54 | - |
| YUV | 185.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 227 | 0.03 | 0.30 | 0 | 0.11 | 294.71 | 0.55 | 0.76 |
| Hex | DD | 9F | E3 | 3 | 1E | 0 | B | 127 | 37 | 4C |
| Octal | 335 | 237 | 343 | 3 | 36 | 0 | 13 | 447 | 67 | 114 |
| Binary | 11011101 | 10011111 | 11100011 | 11 | 11110 | 0 | 1011 | 100100111 | 110111 | 1001100 |
Color Harmonies of #DD9FE3
Complementary color
Monochromatic Colors of #DD9FE3
Black with #DD9FE3
Text Example
Text Example
White with #DD9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FE3; }
p { color: rgb(221,159,227); }
H1.HeaderClassName
{
color: #DD9FE3;
}
.AnyTagClassName
{
color: #DD9FE3;
}
</style>
background-color css
<style>
a { background-color: #DD9FE3; }
a { background-color: rgb(221,159,227); }
div.DivClassName
{
background-color: #DD9FE3;
}
.BgClassName
{
background-color: #DD9FE3;
}
</style>
border-color css
<style>
span { border-color: #DD9FE3; }
span { border-color: rgb(221,159,227); }
td.TdClassName
{
border-color: #DD9FE3;
}
.TagClassName
{
border-color: #DD9FE3;
}
</style>