#DC93FF

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

Shades of Mauve #DC93FF

Tints of Mauve #DC93FF

Color information

#DC93FF (or 0xDC93FF) is unknown color: approx Mauve. HEX triplet: DC, 93 and FF. RGB value is (220,147,255). Sum of RGB (Red+Green+Blue) = 220+147+255=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93FF is #236C00. Grayscale: #B4B4B4. Windows color (decimal): -2321409 or 16749532. OLE color: 16749532.

HSL color Cylindrical-coordinate representation of color #DC93FF: hue angle of 280.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC93FF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220147255-
CMYK0.140.4200
HSL280.56º100%78.82%-
HSV(B)280.56º42.35%100%-
XYZ5843.399.91-
YUV181.14169.68155.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 147 (57.81% from 255) = 23.63%
BLUE value IS 255 (100% from 255) = 41.00%
R=35.37%
G=23.63%
B=41.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201472550.140.4200280.5610078.82
HexDC93FFE2A00119644f
Octal334223377165200431144117
Binary11011100100100111111111111101010100010001100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC93FF; }

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

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

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

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

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

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

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

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