#DC9EFD

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

Shades of Mauve #DC9EFD

Tints of Mauve #DC9EFD

Color information

#DC9EFD (or 0xDC9EFD) is unknown color: approx Mauve. HEX triplet: DC, 9E and FD. RGB value is (220,158,253). Sum of RGB (Red+Green+Blue) = 220+158+253=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EFD is #236102. Grayscale: #BBBBBB. Windows color (decimal): -2318595 or 16621276. OLE color: 16621276.

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

Color convert

RGB220158253-
CMYK0.130.3800.01
HSL279.16º95.96%80.59%-
HSV(B)279.16º37.55%99.22%-
XYZ59.4746.7698.82-
YUV187.37165.04151.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 158 (62.11% from 255) = 25.04%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=34.87%
G=25.04%
B=40.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201582530.130.3800.01279.1695.9680.59
HexDC9EFDD26011176051
Octal334236375154601427140121
Binary11011100100111101111110111011001100110001011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EFD; }

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

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

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

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

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

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

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

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