#D1A2C3

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

Shades of Maverick #D1A2C3

Tints of Maverick #D1A2C3

Color information

#D1A2C3 (or 0xD1A2C3) is unknown color: approx Maverick. HEX triplet: D1, A2 and C3. RGB value is (209,162,195). Sum of RGB (Red+Green+Blue) = 209+162+195=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2C3 is #2E5D3C. Grayscale: #B3B3B3. Windows color (decimal): -3038525 or 12821201. OLE color: 12821201.

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

Color convert

RGB209162195-
CMYK00.220.070.18
HSL317.87º33.81%72.75%-
HSV(B)317.87º22.49%81.96%-
XYZ49.0743.3457.41-
YUV179.81136.57148.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=36.93%
G=28.62%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916219500.220.070.18317.8733.8172.75
HexD1A2C301671213e2249
Octal32124230302672247642111
Binary110100011010001011000011010110111100101001111101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A2C3; }

 p { color: rgb(209,162,195); }

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

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

 a { background-color: rgb(209,162,195); }

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

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

 span { border-color: rgb(209,162,195); }

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