#D69BFB

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

Shades of Mauve #D69BFB

Tints of Mauve #D69BFB

Color information

#D69BFB (or 0xD69BFB) is unknown color: approx Mauve. HEX triplet: D6, 9B and FB. RGB value is (214,155,251). Sum of RGB (Red+Green+Blue) = 214+155+251=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BFB is #296404. Grayscale: #B7B7B7. Windows color (decimal): -2712581 or 16489430. OLE color: 16489430.

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

Color convert

RGB214155251-
CMYK0.150.3800.02
HSL276.88º92.31%79.61%-
HSV(B)276.88º38.25%98.43%-
XYZ56.8744.796.9-
YUV183.58166.05149.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 155 (60.94% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=34.52%
G=25%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141552510.150.3800.02276.8892.3179.61
HexD69BFBF26021155c50
Octal326233373174602425134120
Binary110101101001101111111011111110011001010001010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BFB; }

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

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

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

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

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

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

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

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