Shades of Plum #DD9FE5
Tints of Plum #DD9FE5
RGB
CMYK
RGB Variations
Color information
#DD9FE5 (or 0xDD9FE5) is known color: Plum. HEX triplet: DD, 9F and E5. RGB value is (221,159,229). Sum of RGB (Red+Green+Blue) = 221+159+229=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE5 is #22601A. Grayscale: #B9B9B9. Windows color (decimal): -2252827 or 15048669. OLE color: 15048669.
HSL color Cylindrical-coordinate representation of color #DD9FE5: hue angle of 293.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9FE5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 159 | 229 | - |
CMYK | 0.03 | 0.31 | 0 | 0.10 |
HSL | 293.14º | 0.57% | 0.76% | - |
HSV(B) | 293.14º | 0.31% | 0.9% | - |
XYZ | 56.36 | 45.83 | 80 | - |
YUV | 185.52 | 152.54 | 153.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 159 | 229 | 0.03 | 0.31 | 0 | 0.10 | 293.14 | 0.57 | 0.76 |
Hex | DD | 9F | E5 | 3 | 1F | 0 | A | 125 | 39 | 4C |
Octal | 335 | 237 | 345 | 3 | 37 | 0 | 12 | 445 | 71 | 114 |
Binary | 11011101 | 10011111 | 11100101 | 11 | 11111 | 0 | 1010 | 100100101 | 111001 | 1001100 |
Color Harmonies of #DD9FE5
Complementary color
Monochromatic Colors of #DD9FE5
Black with #DD9FE5
Text Example
Text Example
White with #DD9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FE5; }
p { color: rgb(221,159,229); }
H1.HeaderClassName
{
color: #DD9FE5;
}
.AnyTagClassName
{
color: #DD9FE5;
}
</style>
background-color css
<style>
a { background-color: #DD9FE5; }
a { background-color: rgb(221,159,229); }
div.DivClassName
{
background-color: #DD9FE5;
}
.BgClassName
{
background-color: #DD9FE5;
}
</style>
border-color css
<style>
span { border-color: #DD9FE5; }
span { border-color: rgb(221,159,229); }
td.TdClassName
{
border-color: #DD9FE5;
}
.TagClassName
{
border-color: #DD9FE5;
}
</style>