#D695FF

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

Shades of Mauve #D695FF

Tints of Mauve #D695FF

Color information

#D695FF (or 0xD695FF) is unknown color: approx Mauve. HEX triplet: D6, 95 and FF. RGB value is (214,149,255). Sum of RGB (Red+Green+Blue) = 214+149+255=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D695FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695FF is #296A00. Grayscale: #B4B4B4. Windows color (decimal): -2714113 or 16750038. OLE color: 16750038.

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

Color convert

RGB214149255-
CMYK0.160.4200
HSL276.79º100%79.22%-
HSV(B)276.79º41.57%100%-
XYZ56.5343.0199.93-
YUV180.52170.03151.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 255 (100% from 255) = 41.26%
R=34.63%
G=24.11%
B=41.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141492550.160.4200276.7910079.22
HexD695FF102A00115644f
Octal326225377205200425144117
Binary110101101001010111111111100001010100010001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695FF; }

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

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

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

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

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

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

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

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