#DC95F6

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

Shades of Mauve #DC95F6

Tints of Mauve #DC95F6

Color information

#DC95F6 (or 0xDC95F6) is unknown color: approx Mauve. HEX triplet: DC, 95 and F6. RGB value is (220,149,246). Sum of RGB (Red+Green+Blue) = 220+149+246=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC95F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95F6 is #236A09. Grayscale: #B4B4B4. Windows color (decimal): -2320906 or 16160220. OLE color: 16160220.

HSL color Cylindrical-coordinate representation of color #DC95F6: hue angle of 283.92º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC95F6 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220149246-
CMYK0.110.3900.04
HSL283.92º84.35%77.45%-
HSV(B)283.92º39.43%96.47%-
XYZ56.943.3692.56-
YUV181.29164.52155.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 246 (96.48% from 255) = 40%
R=35.77%
G=24.23%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201492460.110.3900.04283.9284.3577.45
HexDC95F6B270411c544d
Octal334225366134704434124115
Binary1101110010010101111101101011100111010010001110010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95F6; }

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

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

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

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

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

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

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

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