#DC90DC

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

Shades of Plum #DC90DC

Tints of Plum #DC90DC

Color information

#DC90DC (or 0xDC90DC) is unknown color: approx Plum. HEX triplet: DC, 90 and DC. RGB value is (220,144,220). Sum of RGB (Red+Green+Blue) = 220+144+220=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90DC is #236F23. Grayscale: #AFAFAF. Windows color (decimal): -2322212 or 14455004. OLE color: 14455004.

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

Color convert

RGB220144220-
CMYK00.3500.14
HSL300º52.05%71.37%-
HSV(B)300º34.55%86.27%-
XYZ52.4140.3372.73-
YUV175.39153.18159.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 144 (56.64% from 255) = 24.66%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=37.67%
G=24.66%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014422000.3500.1430052.0571.37
HexDC90DC0230E12c3447
Octal33422033404301645464107
Binary1101110010010000110111000100011011101001011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90DC; }

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

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

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

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

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

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

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

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