#DC95FA

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

Shades of Mauve #DC95FA

Tints of Mauve #DC95FA

Color information

#DC95FA (or 0xDC95FA) is unknown color: approx Mauve. HEX triplet: DC, 95 and FA. RGB value is (220,149,250). Sum of RGB (Red+Green+Blue) = 220+149+250=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95FA is #236A05. Grayscale: #B5B5B5. Windows color (decimal): -2320902 or 16422364. OLE color: 16422364.

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

Color convert

RGB220149250-
CMYK0.120.4000.02
HSL282.18º90.99%78.24%-
HSV(B)282.18º40.4%98.04%-
XYZ57.5243.6195.83-
YUV181.74166.52155.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=35.54%
G=24.07%
B=40.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201492500.120.4000.02282.1890.9978.24
HexDC95FAC280211a5b4e
Octal334225372145002432133116
Binary110111001001010111111010110010100001010001101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95FA; }

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

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

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

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

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

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

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

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