#D2ACFD

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

Shades of Mauve #D2ACFD

Tints of Mauve #D2ACFD

Color information

#D2ACFD (or 0xD2ACFD) is unknown color: approx Mauve. HEX triplet: D2, AC and FD. RGB value is (210,172,253). Sum of RGB (Red+Green+Blue) = 210+172+253=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACFD is #2D5302. Grayscale: #C0C0C0. Windows color (decimal): -2970371 or 16624850. OLE color: 16624850.

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

Color convert

RGB210172253-
CMYK0.170.3200.01
HSL268.15º95.29%83.33%-
HSV(B)268.15º32.02%99.22%-
XYZ59.0650.399.52-
YUV192.6162.09140.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=33.07%
G=27.09%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101722530.170.3200.01268.1595.2983.33
HexD2ACFD11200110c5f53
Octal322254375214001414137123
Binary110100101010110011111101100011000000110000110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACFD; }

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

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

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

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

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

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

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

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