#DD9AD1

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

Shades of Plum #DD9AD1

Tints of Plum #DD9AD1

Color information

#DD9AD1 (or 0xDD9AD1) is unknown color: approx Plum. HEX triplet: DD, 9A and D1. RGB value is (221,154,209). Sum of RGB (Red+Green+Blue) = 221+154+209=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9AD1 is #22652E. Grayscale: #B4B4B4. Windows color (decimal): -2254127 or 13736669. OLE color: 13736669.

HSL color Cylindrical-coordinate representation of color #DD9AD1: hue angle of 310.75º 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 #DD9AD1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221154209-
CMYK00.300.050.13
HSL310.75º49.63%73.53%-
HSV(B)310.75º30.32%86.67%-
XYZ52.8843.0965.85-
YUV180.3144.2157.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=37.84%
G=26.37%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115420900.300.050.13310.7549.6373.53
HexDD9AD101E5D137324a
Octal33523232103651546762112
Binary11011101100110101101000101111010111011001101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AD1; }

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

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

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

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

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

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

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

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