#DDACDD

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

Shades of Plum #DDACDD

Tints of Plum #DDACDD

Color information

#DDACDD (or 0xDDACDD) is unknown color: approx Plum. HEX triplet: DD, AC and DD. RGB value is (221,172,221). Sum of RGB (Red+Green+Blue) = 221+172+221=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDD is #225322. Grayscale: #C0C0C0. Windows color (decimal): -2249507 or 14527709. OLE color: 14527709.

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

Color convert

RGB221172221-
CMYK00.2200.13
HSL300º41.88%77.06%-
HSV(B)300º22.17%86.67%-
XYZ57.6250.175.04-
YUV192.24144.23148.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=35.99%
G=28.01%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117222100.2200.1330041.8877.06
HexDDACDD0160D12c2a4d
Octal33525433502601545452115
Binary110111011010110011011101010110011011001011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACDD; }

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

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

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

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

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

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

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

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