#dc93f7

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

Shades of Mauve #DC93F7

Tints of Mauve #DC93F7

Color information

#DC93F7 (or 0xDC93F7) is unknown color: approx Mauve. HEX triplet: DC, 93 and F7. RGB value is (220,147,247). Sum of RGB (Red+Green+Blue) = 220+147+247=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC93F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93F7 is #236C08. Grayscale: #B3B3B3. Windows color (decimal): -2321417 or 16225244. OLE color: 16225244.

HSL color Cylindrical-coordinate representation of color #DC93F7: hue angle of 283.8º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC93F7 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220147247-
CMYK0.110.4000.03
HSL283.8º86.21%77.25%-
HSV(B)283.8º40.49%96.86%-
XYZ56.7442.893.27-
YUV180.23165.68156.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 247 (96.88% from 255) = 40.23%
R=35.83%
G=23.94%
B=40.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201472470.110.4000.03283.886.2177.25
HexDC93F7B280311c564d
Octal334223367135003434126115
Binary110111001001001111110111101110100001110001110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc93f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc93f7; }

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

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

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

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

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

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

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

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