#DDA8DC

Color #DDA8DC Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DDA8DC

Tints of Plum #DDA8DC

Color information

#DDA8DC (or 0xDDA8DC) is unknown color: approx Plum. HEX triplet: DD, A8 and DC. RGB value is (221,168,220). Sum of RGB (Red+Green+Blue) = 221+168+220=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8DC is #225723. Grayscale: #BDBDBD. Windows color (decimal): -2250532 or 14461149. OLE color: 14461149.

HSL color Cylindrical-coordinate representation of color #DDA8DC: hue angle of 301.13º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8DC is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221168220-
CMYK00.240.000.13
HSL301.13º43.8%76.27%-
HSV(B)301.13º23.98%86.67%-
XYZ56.7448.5474.09-
YUV189.78145.06150.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=36.29%
G=27.59%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116822000.240.000.13301.1343.876.27
HexDDA8DC0180D12d2c4c
Octal33525033403001545554114
Binary110111011010100011011100011000011011001011011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8DC; }

 p { color: rgb(221,168,220); }

 H1.HeaderClassName
 {
   color: #DDA8DC;
 }
 .AnyTagClassName
 {
   color: #DDA8DC;
 }
</style>
background-color css

<style>
 a { background-color: #DDA8DC; }

 a { background-color: rgb(221,168,220); }

 div.DivClassName
 {
   background-color: #DDA8DC;
 }
 .BgClassName
 {
   background-color: #DDA8DC;
 }
</style>
border-color css

<style>
 span { border-color: #DDA8DC; }

 span { border-color: rgb(221,168,220); }

 td.TdClassName
 {
   border-color: #DDA8DC;
 }
 .TagClassName
 {
   border-color: #DDA8DC;
 }
</style>