#D695FA

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

Shades of Mauve #D695FA

Tints of Mauve #D695FA

Color information

#D695FA (or 0xD695FA) is unknown color: approx Mauve. HEX triplet: D6, 95 and FA. RGB value is (214,149,250). Sum of RGB (Red+Green+Blue) = 214+149+250=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D695FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695FA is #296A05. Grayscale: #B3B3B3. Windows color (decimal): -2714118 or 16422358. OLE color: 16422358.

HSL color Cylindrical-coordinate representation of color #D695FA: hue angle of 278.61º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D695FA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214149250-
CMYK0.140.4000.02
HSL278.61º90.99%78.24%-
HSV(B)278.61º40.4%98.04%-
XYZ55.7342.6995.75-
YUV179.95167.53152.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 149 (58.59% from 255) = 24.31%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=34.91%
G=24.31%
B=40.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141492500.140.4000.02278.6190.9978.24
HexD695FAE28021175b4e
Octal326225372165002427133116
Binary110101101001010111111010111010100001010001011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695FA; }

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

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

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

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

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

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

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

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