#DC90DF

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

Shades of Plum #DC90DF

Tints of Plum #DC90DF

Color information

#DC90DF (or 0xDC90DF) is unknown color: approx Plum. HEX triplet: DC, 90 and DF. RGB value is (220,144,223). Sum of RGB (Red+Green+Blue) = 220+144+223=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90DF is #236F20. Grayscale: #AFAFAF. Windows color (decimal): -2322209 or 14651612. OLE color: 14651612.

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

Color convert

RGB220144223-
CMYK0.010.3500.13
HSL297.72º55.24%71.96%-
HSV(B)297.72º35.43%87.45%-
XYZ52.8140.4974.84-
YUV175.73154.68159.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=37.48%
G=24.53%
B=37.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201442230.010.3500.13297.7255.2471.96
HexDC90DF1230D12a3748
Octal33422033714301545267110
Binary1101110010010000110111111100011011011001010101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90DF; }

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

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

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

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

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

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

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

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