#D699F5

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

Shades of Mauve #D699F5

Tints of Mauve #D699F5

Color information

#D699F5 (or 0xD699F5) is unknown color: approx Mauve. HEX triplet: D6, 99 and F5. RGB value is (214,153,245). Sum of RGB (Red+Green+Blue) = 214+153+245=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #D699F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F5 is #29660A. Grayscale: #B5B5B5. Windows color (decimal): -2713099 or 16095702. OLE color: 16095702.

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

Color convert

RGB214153245-
CMYK0.130.3800.04
HSL279.78º82.14%78.04%-
HSV(B)279.78º37.55%96.08%-
XYZ55.643.6791.88-
YUV181.73163.71151.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 245 (96.09% from 255) = 40.03%
R=34.97%
G=25%
B=40.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141532450.130.3800.04279.7882.1478.04
HexD699F5D2604118524e
Octal326231365154604430122116
Binary1101011010011001111101011101100110010010001100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699F5; }

 p { color: rgb(214,153,245); }

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

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

 a { background-color: rgb(214,153,245); }

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

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

 span { border-color: rgb(214,153,245); }

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