Shades of Plum #DDABE9
Tints of Plum #DDABE9
RGB
CMYK
RGB Variations
Color information
#DDABE9 (or 0xDDABE9) is known color: Plum. HEX triplet: DD, AB and E9. RGB value is (221,171,233). Sum of RGB (Red+Green+Blue) = 221+171+233=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABE9 is #225416. Grayscale: #C0C0C0. Windows color (decimal): -2249751 or 15313885. OLE color: 15313885.
HSL color Cylindrical-coordinate representation of color #DDABE9: hue angle of 288.39º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDABE9 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 171 | 233 | - |
CMYK | 0.05 | 0.27 | 0 | 0.09 |
HSL | 288.39º | 0.58% | 0.79% | - |
HSV(B) | 288.39º | 0.27% | 0.91% | - |
XYZ | 59.09 | 50.38 | 83.7 | - |
YUV | 193.02 | 150.57 | 147.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 233 | 0.05 | 0.27 | 0 | 0.09 | 288.39 | 0.58 | 0.79 |
Hex | DD | AB | E9 | 5 | 1B | 0 | 9 | 120 | 3A | 4F |
Octal | 335 | 253 | 351 | 5 | 33 | 0 | 11 | 440 | 72 | 117 |
Binary | 11011101 | 10101011 | 11101001 | 101 | 11011 | 0 | 1001 | 100100000 | 111010 | 1001111 |
Color Harmonies of #DDABE9
Complementary color
Monochromatic Colors of #DDABE9
Black with #DDABE9
Text Example
Text Example
White with #DDABE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABE9; }
p { color: rgb(221,171,233); }
H1.HeaderClassName
{
color: #DDABE9;
}
.AnyTagClassName
{
color: #DDABE9;
}
</style>
background-color css
<style>
a { background-color: #DDABE9; }
a { background-color: rgb(221,171,233); }
div.DivClassName
{
background-color: #DDABE9;
}
.BgClassName
{
background-color: #DDABE9;
}
</style>
border-color css
<style>
span { border-color: #DDABE9; }
span { border-color: rgb(221,171,233); }
td.TdClassName
{
border-color: #DDABE9;
}
.TagClassName
{
border-color: #DDABE9;
}
</style>