#DC93DD

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

Shades of Plum #DC93DD

Tints of Plum #DC93DD

Color information

#DC93DD (or 0xDC93DD) is unknown color: approx Plum. HEX triplet: DC, 93 and DD. RGB value is (220,147,221). Sum of RGB (Red+Green+Blue) = 220+147+221=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93DD is #236C22. Grayscale: #B1B1B1. Windows color (decimal): -2321443 or 14521308. OLE color: 14521308.

HSL color Cylindrical-coordinate representation of color #DC93DD: hue angle of 299.19º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC93DD is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220147221-
CMYK0.000.3300.13
HSL299.19º52.11%72.16%-
HSV(B)299.19º33.48%86.67%-
XYZ5341.373.59-
YUV177.26152.68158.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 147 (57.81% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=37.41%
G=25%
B=37.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201472210.000.3300.13299.1952.1172.16
HexDC93DD0210D12b3448
Octal33422333504101545364110
Binary1101110010010011110111010100001011011001010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC93DD; }

 p { color: rgb(220,147,221); }

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

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

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

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

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

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

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