Shades of Plum #DD9CEA
Tints of Plum #DD9CEA
RGB
CMYK
RGB Variations
Color information
#DD9CEA (or 0xDD9CEA) is known color: Plum. HEX triplet: DD, 9C and EA. RGB value is (221,156,234). Sum of RGB (Red+Green+Blue) = 221+156+234=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CEA is #226315. Grayscale: #B8B8B8. Windows color (decimal): -2253590 or 15375581. OLE color: 15375581.
HSL color Cylindrical-coordinate representation of color #DD9CEA: hue angle of 290º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9CEA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 156 | 234 | - |
CMYK | 0.06 | 0.33 | 0 | 0.08 |
HSL | 290º | 0.65% | 0.76% | - |
HSV(B) | 290º | 0.33% | 0.92% | - |
XYZ | 56.56 | 45.09 | 83.56 | - |
YUV | 184.33 | 156.03 | 154.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 156 | 234 | 0.06 | 0.33 | 0 | 0.08 | 290 | 0.65 | 0.76 |
Hex | DD | 9C | EA | 6 | 21 | 0 | 8 | 122 | 41 | 4C |
Octal | 335 | 234 | 352 | 6 | 41 | 0 | 10 | 442 | 101 | 114 |
Binary | 11011101 | 10011100 | 11101010 | 110 | 100001 | 0 | 1000 | 100100010 | 1000001 | 1001100 |
Color Harmonies of #DD9CEA
Complementary color
Monochromatic Colors of #DD9CEA
Black with #DD9CEA
Text Example
Text Example
White with #DD9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CEA; }
p { color: rgb(221,156,234); }
H1.HeaderClassName
{
color: #DD9CEA;
}
.AnyTagClassName
{
color: #DD9CEA;
}
</style>
background-color css
<style>
a { background-color: #DD9CEA; }
a { background-color: rgb(221,156,234); }
div.DivClassName
{
background-color: #DD9CEA;
}
.BgClassName
{
background-color: #DD9CEA;
}
</style>
border-color css
<style>
span { border-color: #DD9CEA; }
span { border-color: rgb(221,156,234); }
td.TdClassName
{
border-color: #DD9CEA;
}
.TagClassName
{
border-color: #DD9CEA;
}
</style>