#DDA0D6

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

Shades of Plum #DDA0D6

Tints of Plum #DDA0D6

Color information

#DDA0D6 (or 0xDDA0D6) is unknown color: approx Plum. HEX triplet: DD, A0 and D6. RGB value is (221,160,214). Sum of RGB (Red+Green+Blue) = 221+160+214=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0D6 is #225F29. Grayscale: #B8B8B8. Windows color (decimal): -2252586 or 14065885. OLE color: 14065885.

HSL color Cylindrical-coordinate representation of color #DDA0D6: hue angle of 306.89º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0D6 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221160214-
CMYK00.280.030.13
HSL306.89º47.29%74.71%-
HSV(B)306.89º27.6%86.67%-
XYZ54.5345.3769.5-
YUV184.4144.71154.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=37.14%
G=26.89%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116021400.280.030.13306.8947.2974.71
HexDDA0D601C3D1332f4b
Octal33524032603431546357113
Binary1101110110100000110101100111001111011001100111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0D6; }

 p { color: rgb(221,160,214); }

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

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

 a { background-color: rgb(221,160,214); }

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

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

 span { border-color: rgb(221,160,214); }

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