#DD90DD

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

Shades of Plum #DD90DD

Tints of Plum #DD90DD

Color information

#DD90DD (or 0xDD90DD) is unknown color: approx Plum. HEX triplet: DD, 90 and DD. RGB value is (221,144,221). Sum of RGB (Red+Green+Blue) = 221+144+221=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90DD is #226F22. Grayscale: #AFAFAF. Windows color (decimal): -2256675 or 14520541. OLE color: 14520541.

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

Color convert

RGB221144221-
CMYK00.3500.13
HSL300º53.1%71.57%-
HSV(B)300º34.84%86.67%-
XYZ52.8440.5473.45-
YUV175.8153.51160.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=37.71%
G=24.57%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114422100.3500.1330053.171.57
HexDD90DD0230D12c3548
Octal33522033504301545465110
Binary1101110110010000110111010100011011011001011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90DD; }

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

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

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

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

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

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

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

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