#D699FE

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

Shades of Mauve #D699FE

Tints of Mauve #D699FE

Color information

#D699FE (or 0xD699FE) is unknown color: approx Mauve. HEX triplet: D6, 99 and FE. RGB value is (214,153,254). Sum of RGB (Red+Green+Blue) = 214+153+254=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D699FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699FE is #296601. Grayscale: #B6B6B6. Windows color (decimal): -2713090 or 16685526. OLE color: 16685526.

HSL color Cylindrical-coordinate representation of color #D699FE: hue angle of 276.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D699FE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214153254-
CMYK0.160.4000.00
HSL276.24º98.06%79.8%-
HSV(B)276.24º39.76%99.61%-
XYZ57.0144.2399.3-
YUV182.75168.21150.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 153 (60.16% from 255) = 24.64%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=34.46%
G=24.64%
B=40.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141532540.160.4000.00276.2498.0679.8
HexD699FE1028001146250
Octal326231376205000424142120
Binary110101101001100111111110100001010000010001010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699FE; }

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

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

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

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

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

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

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

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