#DC95FF

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

Shades of Mauve #DC95FF

Tints of Mauve #DC95FF

Color information

#DC95FF (or 0xDC95FF) is unknown color: approx Mauve. HEX triplet: DC, 95 and FF. RGB value is (220,149,255). Sum of RGB (Red+Green+Blue) = 220+149+255=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95FF is #236A00. Grayscale: #B5B5B5. Windows color (decimal): -2320897 or 16750044. OLE color: 16750044.

HSL color Cylindrical-coordinate representation of color #DC95FF: hue angle of 280.19º 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 #DC95FF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220149255-
CMYK0.140.4200
HSL280.19º100%79.22%-
HSV(B)280.19º41.57%100%-
XYZ58.3143.93100.01-
YUV182.31169.02154.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 149 (58.59% from 255) = 23.88%
BLUE value IS 255 (100% from 255) = 40.87%
R=35.26%
G=23.88%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201492550.140.4200280.1910079.22
HexDC95FFE2A00118644f
Octal334225377165200430144117
Binary11011100100101011111111111101010100010001100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95FF; }

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

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

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

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

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

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

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

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