Shades of Plum #DDAAE4
Tints of Plum #DDAAE4
RGB
CMYK
RGB Variations
Color information
#DDAAE4 (or 0xDDAAE4) is known color: Plum. HEX triplet: DD, AA and E4. RGB value is (221,170,228). Sum of RGB (Red+Green+Blue) = 221+170+228=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAE4 is #22551B. Grayscale: #BFBFBF. Windows color (decimal): -2250012 or 14985949. OLE color: 14985949.
HSL color Cylindrical-coordinate representation of color #DDAAE4: hue angle of 292.76º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAAE4 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 170 | 228 | - |
CMYK | 0.03 | 0.25 | 0 | 0.11 |
HSL | 292.76º | 0.52% | 0.78% | - |
HSV(B) | 292.76º | 0.25% | 0.89% | - |
XYZ | 58.2 | 49.72 | 79.93 | - |
YUV | 191.86 | 148.4 | 148.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 170 | 228 | 0.03 | 0.25 | 0 | 0.11 | 292.76 | 0.52 | 0.78 |
Hex | DD | AA | E4 | 3 | 19 | 0 | B | 125 | 34 | 4E |
Octal | 335 | 252 | 344 | 3 | 31 | 0 | 13 | 445 | 64 | 116 |
Binary | 11011101 | 10101010 | 11100100 | 11 | 11001 | 0 | 1011 | 100100101 | 110100 | 1001110 |
Color Harmonies of #DDAAE4
Complementary color
Monochromatic Colors of #DDAAE4
Black with #DDAAE4
Text Example
Text Example
White with #DDAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAE4; }
p { color: rgb(221,170,228); }
H1.HeaderClassName
{
color: #DDAAE4;
}
.AnyTagClassName
{
color: #DDAAE4;
}
</style>
background-color css
<style>
a { background-color: #DDAAE4; }
a { background-color: rgb(221,170,228); }
div.DivClassName
{
background-color: #DDAAE4;
}
.BgClassName
{
background-color: #DDAAE4;
}
</style>
border-color css
<style>
span { border-color: #DDAAE4; }
span { border-color: rgb(221,170,228); }
td.TdClassName
{
border-color: #DDAAE4;
}
.TagClassName
{
border-color: #DDAAE4;
}
</style>