#DC90D6

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

Shades of Plum #DC90D6

Tints of Plum #DC90D6

Color information

#DC90D6 (or 0xDC90D6) is unknown color: approx Plum. HEX triplet: DC, 90 and D6. RGB value is (220,144,214). Sum of RGB (Red+Green+Blue) = 220+144+214=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90D6 is #236F29. Grayscale: #AEAEAE. Windows color (decimal): -2322218 or 14061788. OLE color: 14061788.

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

Color convert

RGB220144214-
CMYK00.350.030.14
HSL304.74º52.05%71.37%-
HSV(B)304.74º34.55%86.27%-
XYZ51.6340.0268.62-
YUV174.7150.18160.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=38.06%
G=24.91%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014421400.350.030.14304.7452.0571.37
HexDC90D60233E1313447
Octal33422032604331646164107
Binary11011100100100001101011001000111111101001100011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90D6; }

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

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

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

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

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

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

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

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