#DC92FA

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

Shades of Mauve #DC92FA

Tints of Mauve #DC92FA

Color information

#DC92FA (or 0xDC92FA) is unknown color: approx Mauve. HEX triplet: DC, 92 and FA. RGB value is (220,146,250). Sum of RGB (Red+Green+Blue) = 220+146+250=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92FA is #236D05. Grayscale: #B3B3B3. Windows color (decimal): -2321670 or 16421596. OLE color: 16421596.

HSL color Cylindrical-coordinate representation of color #DC92FA: hue angle of 282.69º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC92FA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220146250-
CMYK0.120.4200.02
HSL282.69º91.23%77.65%-
HSV(B)282.69º41.6%98.04%-
XYZ57.0542.6895.67-
YUV179.98167.52156.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 146 (57.42% from 255) = 23.70%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=35.71%
G=23.70%
B=40.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201462500.120.4200.02282.6991.2377.65
HexDC92FAC2A0211b5b4e
Octal334222372145202433133116
Binary110111001001001011111010110010101001010001101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92FA; }

 p { color: rgb(220,146,250); }

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

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

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

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

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

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

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