#D4A4F3

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

Shades of Mauve #D4A4F3

Tints of Mauve #D4A4F3

Color information

#D4A4F3 (or 0xD4A4F3) is unknown color: approx Mauve. HEX triplet: D4, A4 and F3. RGB value is (212,164,243). Sum of RGB (Red+Green+Blue) = 212+164+243=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A4F3 is #2B5B0C. Grayscale: #BBBBBB. Windows color (decimal): -2841357 or 15967444. OLE color: 15967444.

HSL color Cylindrical-coordinate representation of color #D4A4F3: hue angle of 276.46º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A4F3 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212164243-
CMYK0.130.3300.05
HSL276.46º76.7%79.8%-
HSV(B)276.46º32.51%95.29%-
XYZ56.647.0290.89-
YUV187.36159.4145.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=34.25%
G=26.49%
B=39.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121642430.130.3300.05276.4676.779.8
HexD4A4F3D21051144d50
Octal324244363154105424115120
Binary1101010010100100111100111101100001010110001010010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4F3; }

 p { color: rgb(212,164,243); }

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

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

 a { background-color: rgb(212,164,243); }

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

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

 span { border-color: rgb(212,164,243); }

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