#DC96FF

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

Shades of Mauve #DC96FF

Tints of Mauve #DC96FF

Color information

#DC96FF (or 0xDC96FF) is unknown color: approx Mauve. HEX triplet: DC, 96 and FF. RGB value is (220,150,255). Sum of RGB (Red+Green+Blue) = 220+150+255=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96FF is #236900. Grayscale: #B6B6B6. Windows color (decimal): -2320641 or 16750300. OLE color: 16750300.

HSL color Cylindrical-coordinate representation of color #DC96FF: hue angle of 280º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC96FF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220150255-
CMYK0.140.4100
HSL280º100%79.41%-
HSV(B)280º41.18%100%-
XYZ58.4744.25100.07-
YUV182.9168.69154.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 150 (58.98% from 255) = 24%
BLUE value IS 255 (100% from 255) = 40.8%
R=35.2%
G=24%
B=40.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201502550.140.410028010079.41
HexDC96FFE2900118644f
Octal334226377165100430144117
Binary11011100100101101111111111101010010010001100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96FF; }

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

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

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

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

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

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

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

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