#DD9ACD

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

Shades of Plum #DD9ACD

Tints of Plum #DD9ACD

Color information

#DD9ACD (or 0xDD9ACD) is unknown color: approx Plum. HEX triplet: DD, 9A and CD. RGB value is (221,154,205). Sum of RGB (Red+Green+Blue) = 221+154+205=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ACD is #226532. Grayscale: #B3B3B3. Windows color (decimal): -2254131 or 13474525. OLE color: 13474525.

HSL color Cylindrical-coordinate representation of color #DD9ACD: hue angle of 314.33º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9ACD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221154205-
CMYK00.300.070.13
HSL314.33º49.63%73.53%-
HSV(B)314.33º30.32%86.67%-
XYZ52.3942.8963.27-
YUV179.85142.2157.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=38.10%
G=26.55%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115420500.300.070.13314.3349.6373.53
HexDD9ACD01E7D13a324a
Octal33523231503671547262112
Binary11011101100110101100110101111011111011001110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ACD; }

 p { color: rgb(221,154,205); }

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

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

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

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

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

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

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