#D699F8

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

Shades of Mauve #D699F8

Tints of Mauve #D699F8

Color information

#D699F8 (or 0xD699F8) is unknown color: approx Mauve. HEX triplet: D6, 99 and F8. RGB value is (214,153,248). Sum of RGB (Red+Green+Blue) = 214+153+248=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D699F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F8 is #296607. Grayscale: #B5B5B5. Windows color (decimal): -2713096 or 16292310. OLE color: 16292310.

HSL color Cylindrical-coordinate representation of color #D699F8: hue angle of 278.53º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D699F8 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214153248-
CMYK0.140.3800.03
HSL278.53º87.16%78.63%-
HSV(B)278.53º38.31%97.25%-
XYZ56.0743.8694.32-
YUV182.07165.21150.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=34.80%
G=24.88%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141532480.140.3800.03278.5387.1678.63
HexD699F8E2603117574f
Octal326231370164603427127117
Binary110101101001100111111000111010011001110001011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699F8; }

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

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

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

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

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

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

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

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