#D696FD

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

Shades of Mauve #D696FD

Tints of Mauve #D696FD

Color information

#D696FD (or 0xD696FD) is unknown color: approx Mauve. HEX triplet: D6, 96 and FD. RGB value is (214,150,253). Sum of RGB (Red+Green+Blue) = 214+150+253=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D696FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FD is #296902. Grayscale: #B4B4B4. Windows color (decimal): -2713859 or 16619222. OLE color: 16619222.

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

Color convert

RGB214150253-
CMYK0.150.4100.01
HSL277.28º96.26%79.02%-
HSV(B)277.28º40.71%99.22%-
XYZ56.3743.298.3-
YUV180.88168.7151.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 150 (58.98% from 255) = 24.31%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=34.68%
G=24.31%
B=41.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141502530.150.4100.01277.2896.2679.02
HexD696FDF2901115604f
Octal326226375175101425140117
Binary11010110100101101111110111111010010110001010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696FD; }

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

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

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

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

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

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

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

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