Shades of Plum #DD9FE8
Tints of Plum #DD9FE8
RGB
CMYK
RGB Variations
Color information
#DD9FE8 (or 0xDD9FE8) is known color: Plum. HEX triplet: DD, 9F and E8. RGB value is (221,159,232). Sum of RGB (Red+Green+Blue) = 221+159+232=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD9FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FE8 is #226017. Grayscale: #B9B9B9. Windows color (decimal): -2252824 or 15245277. OLE color: 15245277.
HSL color Cylindrical-coordinate representation of color #DD9FE8: hue angle of 290.96º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9FE8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 159 | 232 | - |
CMYK | 0.05 | 0.31 | 0 | 0.09 |
HSL | 290.96º | 0.61% | 0.77% | - |
HSV(B) | 290.96º | 0.31% | 0.91% | - |
XYZ | 56.78 | 45.99 | 82.23 | - |
YUV | 185.86 | 154.04 | 153.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 159 | 232 | 0.05 | 0.31 | 0 | 0.09 | 290.96 | 0.61 | 0.77 |
Hex | DD | 9F | E8 | 5 | 1F | 0 | 9 | 123 | 3D | 4D |
Octal | 335 | 237 | 350 | 5 | 37 | 0 | 11 | 443 | 75 | 115 |
Binary | 11011101 | 10011111 | 11101000 | 101 | 11111 | 0 | 1001 | 100100011 | 111101 | 1001101 |
Color Harmonies of #DD9FE8
Complementary color
Monochromatic Colors of #DD9FE8
Black with #DD9FE8
Text Example
Text Example
White with #DD9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FE8; }
p { color: rgb(221,159,232); }
H1.HeaderClassName
{
color: #DD9FE8;
}
.AnyTagClassName
{
color: #DD9FE8;
}
</style>
background-color css
<style>
a { background-color: #DD9FE8; }
a { background-color: rgb(221,159,232); }
div.DivClassName
{
background-color: #DD9FE8;
}
.BgClassName
{
background-color: #DD9FE8;
}
</style>
border-color css
<style>
span { border-color: #DD9FE8; }
span { border-color: rgb(221,159,232); }
td.TdClassName
{
border-color: #DD9FE8;
}
.TagClassName
{
border-color: #DD9FE8;
}
</style>