#DC90D9

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

Shades of Plum #DC90D9

Tints of Plum #DC90D9

Color information

#DC90D9 (or 0xDC90D9) is unknown color: approx Plum. HEX triplet: DC, 90 and D9. RGB value is (220,144,217). Sum of RGB (Red+Green+Blue) = 220+144+217=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D9 is #236F26. Grayscale: #AEAEAE. Windows color (decimal): -2322215 or 14258396. OLE color: 14258396.

HSL color Cylindrical-coordinate representation of color #DC90D9: hue angle of 302.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90D9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220144217-
CMYK00.350.010.14
HSL302.37º52.05%71.37%-
HSV(B)302.37º34.55%86.27%-
XYZ52.0140.1770.66-
YUV175.05151.68160.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=37.87%
G=24.78%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014421700.350.010.14302.3752.0571.37
HexDC90D90231E12e3447
Octal33422033104311645664107
Binary1101110010010000110110010100011111101001011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90D9; }

 p { color: rgb(220,144,217); }

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

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

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

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

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

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

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