#D7A3C4

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

Shades of Maverick #D7A3C4

Tints of Maverick #D7A3C4

Color information

#D7A3C4 (or 0xD7A3C4) is unknown color: approx Maverick. HEX triplet: D7, A3 and C4. RGB value is (215,163,196). Sum of RGB (Red+Green+Blue) = 215+163+196=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3C4 is #285C3B. Grayscale: #B6B6B6. Windows color (decimal): -2645052 or 12886999. OLE color: 12886999.

HSL color Cylindrical-coordinate representation of color #D7A3C4: hue angle of 321.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A3C4 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215163196-
CMYK00.240.090.16
HSL321.92º39.39%74.12%-
HSV(B)321.92º24.19%84.31%-
XYZ51.0944.6358.15-
YUV182.31135.73151.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=37.46%
G=28.40%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516319600.240.090.16321.9239.3974.12
HexD7A3C4018910142274a
Octal327243304030112050247112
Binary1101011110100011110001000110001001100001010000101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3C4; }

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

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

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

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

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

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

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

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