#DD9ADD

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

Shades of Plum #DD9ADD

Tints of Plum #DD9ADD

Color information

#DD9ADD (or 0xDD9ADD) is unknown color: approx Plum. HEX triplet: DD, 9A and DD. RGB value is (221,154,221). Sum of RGB (Red+Green+Blue) = 221+154+221=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ADD is #226522. Grayscale: #B5B5B5. Windows color (decimal): -2254115 or 14523101. OLE color: 14523101.

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

Color convert

RGB221154221-
CMYK00.3000.13
HSL300º49.63%73.53%-
HSV(B)300º30.32%86.67%-
XYZ54.4343.773.97-
YUV181.67150.2156.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=37.08%
G=25.84%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115422100.3000.1330049.6373.53
HexDD9ADD01E0D12c324a
Octal33523233503601545462112
Binary110111011001101011011101011110011011001011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ADD; }

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

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

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

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

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

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

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

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