#DDA3D3

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

Shades of Plum #DDA3D3

Tints of Plum #DDA3D3

Color information

#DDA3D3 (or 0xDDA3D3) is unknown color: approx Plum. HEX triplet: DD, A3 and D3. RGB value is (221,163,211). Sum of RGB (Red+Green+Blue) = 221+163+211=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3D3 is #225C2C. Grayscale: #B9B9B9. Windows color (decimal): -2251821 or 13870045. OLE color: 13870045.

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

Color convert

RGB221163211-
CMYK00.260.050.13
HSL310.34º46.03%75.29%-
HSV(B)310.34º26.24%86.67%-
XYZ54.6746.2767.68-
YUV185.81142.22153.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 211 (82.81% from 255) = 35.46%
R=37.14%
G=27.39%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116321100.260.050.13310.3446.0375.29
HexDDA3D301A5D1362e4b
Octal33524332303251546656113
Binary11011101101000111101001101101010111011001101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3D3; }

 p { color: rgb(221,163,211); }

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

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

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

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

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

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

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