#DDA6DD

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

Shades of Plum #DDA6DD

Tints of Plum #DDA6DD

Color information

#DDA6DD (or 0xDDA6DD) is unknown color: approx Plum. HEX triplet: DD, A6 and DD. RGB value is (221,166,221). Sum of RGB (Red+Green+Blue) = 221+166+221=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DD is #225922. Grayscale: #BCBCBC. Windows color (decimal): -2251043 or 14526173. OLE color: 14526173.

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

Color convert

RGB221166221-
CMYK00.2500.13
HSL300º44.72%75.88%-
HSV(B)300º24.89%86.67%-
XYZ56.5147.8774.67-
YUV188.71146.22151.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 166 (65.23% from 255) = 27.30%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=36.35%
G=27.30%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116622100.2500.1330044.7275.88
HexDDA6DD0190D12c2d4c
Octal33524633503101545455114
Binary110111011010011011011101011001011011001011001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6DD; }

 p { color: rgb(221,166,221); }

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

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

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

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

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

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

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