#DD9AD0

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

Shades of Plum #DD9AD0

Tints of Plum #DD9AD0

Color information

#DD9AD0 (or 0xDD9AD0) is unknown color: approx Plum. HEX triplet: DD, 9A and D0. RGB value is (221,154,208). Sum of RGB (Red+Green+Blue) = 221+154+208=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9AD0 is #22652F. Grayscale: #B4B4B4. Windows color (decimal): -2254128 or 13671133. OLE color: 13671133.

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

Color convert

RGB221154208-
CMYK00.300.060.13
HSL311.64º49.63%73.53%-
HSV(B)311.64º30.32%86.67%-
XYZ52.7643.0465.2-
YUV180.19143.7157.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=37.91%
G=26.42%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115420800.300.060.13311.6449.6373.53
HexDD9AD001E6D138324a
Octal33523232003661547062112
Binary11011101100110101101000001111011011011001110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AD0; }

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

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

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

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

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

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

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

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