#D699FB

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

Shades of Mauve #D699FB

Tints of Mauve #D699FB

Color information

#D699FB (or 0xD699FB) is unknown color: approx Mauve. HEX triplet: D6, 99 and FB. RGB value is (214,153,251). Sum of RGB (Red+Green+Blue) = 214+153+251=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D699FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699FB is #296604. Grayscale: #B6B6B6. Windows color (decimal): -2713093 or 16488918. OLE color: 16488918.

HSL color Cylindrical-coordinate representation of color #D699FB: hue angle of 277.35º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D699FB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214153251-
CMYK0.150.3900.02
HSL277.35º92.45%79.22%-
HSV(B)277.35º39.04%98.43%-
XYZ56.5444.0496.79-
YUV182.41166.71150.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 153 (60.16% from 255) = 24.76%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=34.63%
G=24.76%
B=40.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141532510.150.3900.02277.3592.4579.22
HexD699FBF27021155c4f
Octal326231373174702425134117
Binary110101101001100111111011111110011101010001010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699FB; }

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

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

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

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

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

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

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

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