#DC9EFF

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

Shades of Mauve #DC9EFF

Tints of Mauve #DC9EFF

Color information

#DC9EFF (or 0xDC9EFF) is unknown color: approx Mauve. HEX triplet: DC, 9E and FF. RGB value is (220,158,255). Sum of RGB (Red+Green+Blue) = 220+158+255=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EFF is #236100. Grayscale: #BBBBBB. Windows color (decimal): -2318593 or 16752348. OLE color: 16752348.

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

Color convert

RGB220158255-
CMYK0.140.3800
HSL278.35º100%80.98%-
HSV(B)278.35º38.04%100%-
XYZ59.7946.89100.51-
YUV187.6166.04151.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 158 (62.11% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 40.28%
R=34.76%
G=24.96%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201582550.140.3800278.3510080.98
HexDC9EFFE26001166451
Octal334236377164600426144121
Binary11011100100111101111111111101001100010001011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EFF; }

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

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

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

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

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

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

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

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