#D2A8FD

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

Shades of Mauve #D2A8FD

Tints of Mauve #D2A8FD

Color information

#D2A8FD (or 0xD2A8FD) is unknown color: approx Mauve. HEX triplet: D2, A8 and FD. RGB value is (210,168,253). Sum of RGB (Red+Green+Blue) = 210+168+253=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8FD is #2D5702. Grayscale: #BDBDBD. Windows color (decimal): -2971395 or 16623826. OLE color: 16623826.

HSL color Cylindrical-coordinate representation of color #D2A8FD: hue angle of 269.65º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2A8FD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210168253-
CMYK0.170.3400.01
HSL269.65º95.51%82.55%-
HSV(B)269.65º33.6%99.22%-
XYZ58.3148.899.27-
YUV190.25163.41142.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 168 (66.02% from 255) = 26.62%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=33.28%
G=26.62%
B=40.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101682530.170.3400.01269.6595.5182.55
HexD2A8FD11220110e6053
Octal322250375214201416140123
Binary110100101010100011111101100011000100110000111011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8FD; }

 p { color: rgb(210,168,253); }

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

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

 a { background-color: rgb(210,168,253); }

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

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

 span { border-color: rgb(210,168,253); }

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