#D2A3C1

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

Shades of Maverick #D2A3C1

Tints of Maverick #D2A3C1

Color information

#D2A3C1 (or 0xD2A3C1) is unknown color: approx Maverick. HEX triplet: D2, A3 and C1. RGB value is (210,163,193). Sum of RGB (Red+Green+Blue) = 210+163+193=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3C1 is #2D5C3E. Grayscale: #B4B4B4. Windows color (decimal): -2972735 or 12690386. OLE color: 12690386.

HSL color Cylindrical-coordinate representation of color #D2A3C1: hue angle of 321.7º 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 #D2A3C1 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210163193-
CMYK00.220.080.18
HSL321.7º34.31%73.14%-
HSV(B)321.7º22.38%82.35%-
XYZ49.343.7556.3-
YUV180.47135.07149.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 163 (64.06% from 255) = 28.80%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=37.10%
G=28.80%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016319300.220.080.18321.734.3173.14
HexD2A3C10168121422249
Octal322243301026102250242111
Binary1101001010100011110000010101101000100101010000101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3C1; }

 p { color: rgb(210,163,193); }

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

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

 a { background-color: rgb(210,163,193); }

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

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

 span { border-color: rgb(210,163,193); }

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