#D3A6C4

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

Shades of Maverick #D3A6C4

Tints of Maverick #D3A6C4

Color information

#D3A6C4 (or 0xD3A6C4) is unknown color: approx Maverick. HEX triplet: D3, A6 and C4. RGB value is (211,166,196). Sum of RGB (Red+Green+Blue) = 211+166+196=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6C4 is #2C593B. Grayscale: #B6B6B6. Windows color (decimal): -2906428 or 12887763. OLE color: 12887763.

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

Color convert

RGB211166196-
CMYK00.210.070.17
HSL320º33.83%73.92%-
HSV(B)320º21.33%82.75%-
XYZ50.4645.1158.27-
YUV182.88135.41148.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.82%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=36.82%
G=28.97%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116619600.210.070.1732033.8373.92
HexD3A6C4015711140224a
Octal32324630402572150042112
Binary110100111010011011000100010101111100011010000001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A6C4; }

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

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

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

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

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

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

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

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