#D3A3C4

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

Shades of Maverick #D3A3C4

Tints of Maverick #D3A3C4

Color information

#D3A3C4 (or 0xD3A3C4) is unknown color: approx Maverick. HEX triplet: D3, A3 and C4. RGB value is (211,163,196). Sum of RGB (Red+Green+Blue) = 211+163+196=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A3C4 is #2C5C3B. Grayscale: #B5B5B5. Windows color (decimal): -2907196 or 12886995. OLE color: 12886995.

HSL color Cylindrical-coordinate representation of color #D3A3C4: hue angle of 318.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A3C4 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211163196-
CMYK00.230.070.17
HSL318.75º35.29%73.33%-
HSV(B)318.75º22.75%82.75%-
XYZ49.9244.0358.09-
YUV181.11136.4149.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.02%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=37.02%
G=28.60%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116319600.230.070.17318.7535.2973.33
HexD3A3C401771113f2349
Octal32324330402772147743111
Binary110100111010001111000100010111111100011001111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A3C4; }

 p { color: rgb(211,163,196); }

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

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

 a { background-color: rgb(211,163,196); }

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

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

 span { border-color: rgb(211,163,196); }

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