Shades of Plum #DD9ED0
Tints of Plum #DD9ED0
RGB
CMYK
RGB Variations
Color information
#DD9ED0 (or 0xDD9ED0) is known color: Plum. HEX triplet: DD, 9E and D0. RGB value is (221,158,208). Sum of RGB (Red+Green+Blue) = 221+158+208=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ED0 is #22612F. Grayscale: #B6B6B6. Windows color (decimal): -2253104 or 13672157. OLE color: 13672157.
HSL color Cylindrical-coordinate representation of color #DD9ED0: hue angle of 312.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9ED0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 208 | - |
CMYK | 0 | 0.29 | 0.06 | 0.13 |
HSL | 312.38º | 0.48% | 0.74% | - |
HSV(B) | 312.38º | 0.29% | 0.87% | - |
XYZ | 53.43 | 44.38 | 65.42 | - |
YUV | 182.54 | 142.37 | 155.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 208 | 0 | 0.29 | 0.06 | 0.13 | 312.38 | 0.48 | 0.74 |
Hex | DD | 9E | D0 | 0 | 1D | 6 | D | 138 | 30 | 4A |
Octal | 335 | 236 | 320 | 0 | 35 | 6 | 15 | 470 | 60 | 112 |
Binary | 11011101 | 10011110 | 11010000 | 0 | 11101 | 110 | 1101 | 100111000 | 110000 | 1001010 |
Color Harmonies of #DD9ED0
Complementary color
Monochromatic Colors of #DD9ED0
Black with #DD9ED0
Text Example
Text Example
White with #DD9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ED0; }
p { color: rgb(221,158,208); }
H1.HeaderClassName
{
color: #DD9ED0;
}
.AnyTagClassName
{
color: #DD9ED0;
}
</style>
background-color css
<style>
a { background-color: #DD9ED0; }
a { background-color: rgb(221,158,208); }
div.DivClassName
{
background-color: #DD9ED0;
}
.BgClassName
{
background-color: #DD9ED0;
}
</style>
border-color css
<style>
span { border-color: #DD9ED0; }
span { border-color: rgb(221,158,208); }
td.TdClassName
{
border-color: #DD9ED0;
}
.TagClassName
{
border-color: #DD9ED0;
}
</style>