#D696FF

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

Shades of Mauve #D696FF

Tints of Mauve #D696FF

Color information

#D696FF (or 0xD696FF) is unknown color: approx Mauve. HEX triplet: D6, 96 and FF. RGB value is (214,150,255). Sum of RGB (Red+Green+Blue) = 214+150+255=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D696FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FF is #296900. Grayscale: #B4B4B4. Windows color (decimal): -2713857 or 16750294. OLE color: 16750294.

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

Color convert

RGB214150255-
CMYK0.160.4100
HSL276.57º100%79.41%-
HSV(B)276.57º41.18%100%-
XYZ56.6943.3399.98-
YUV181.11169.7151.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 255 (100% from 255) = 41.20%
R=34.57%
G=24.23%
B=41.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141502550.160.4100276.5710079.41
HexD696FF102900115644f
Octal326226377205100425144117
Binary110101101001011011111111100001010010010001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696FF; }

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

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

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

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

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

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

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

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