#D2A4FF

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

Shades of Mauve #D2A4FF

Tints of Mauve #D2A4FF

Color information

#D2A4FF (or 0xD2A4FF) is unknown color: approx Mauve. HEX triplet: D2, A4 and FF. RGB value is (210,164,255). Sum of RGB (Red+Green+Blue) = 210+164+255=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A4FF is #2D5B00. Grayscale: #BBBBBB. Windows color (decimal): -2972417 or 16753874. OLE color: 16753874.

HSL color Cylindrical-coordinate representation of color #D2A4FF: hue angle of 270.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2A4FF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210164255-
CMYK0.180.3600
HSL270.33º100%82.16%-
HSV(B)270.33º35.69%100%-
XYZ57.947.47100.72-
YUV188.13165.74143.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 164 (64.45% from 255) = 26.07%
BLUE value IS 255 (100% from 255) = 40.54%
R=33.39%
G=26.07%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101642550.180.3600270.3310082.16
HexD2A4FF12240010e6452
Octal322244377224400416144122
Binary110100101010010011111111100101001000010000111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A4FF; }

 p { color: rgb(210,164,255); }

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

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

 a { background-color: rgb(210,164,255); }

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

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

 span { border-color: rgb(210,164,255); }

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