#DD90D7

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

Shades of Plum #DD90D7

Tints of Plum #DD90D7

Color information

#DD90D7 (or 0xDD90D7) is unknown color: approx Plum. HEX triplet: DD, 90 and D7. RGB value is (221,144,215). Sum of RGB (Red+Green+Blue) = 221+144+215=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D7 is #226F28. Grayscale: #AEAEAE. Windows color (decimal): -2256681 or 14127325. OLE color: 14127325.

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

Color convert

RGB221144215-
CMYK00.350.030.13
HSL304.68º53.1%71.57%-
HSV(B)304.68º34.84%86.67%-
XYZ52.0640.2269.31-
YUV175.12150.51160.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=38.10%
G=24.83%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114421500.350.030.13304.6853.171.57
HexDD90D70233D1313548
Octal33522032704331546165110
Binary11011101100100001101011101000111111011001100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90D7; }

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

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

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

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

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

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

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

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