#D7A3C9

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

Shades of Maverick #D7A3C9

Tints of Maverick #D7A3C9

Color information

#D7A3C9 (or 0xD7A3C9) is unknown color: approx Maverick. HEX triplet: D7, A3 and C9. RGB value is (215,163,201). Sum of RGB (Red+Green+Blue) = 215+163+201=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3C9 is #285C36. Grayscale: #B6B6B6. Windows color (decimal): -2645047 or 13214679. OLE color: 13214679.

HSL color Cylindrical-coordinate representation of color #D7A3C9: hue angle of 316.15º 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 #D7A3C9 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215163201-
CMYK00.240.070.16
HSL316.15º39.39%74.12%-
HSV(B)316.15º24.19%84.31%-
XYZ51.6644.8661.19-
YUV182.88138.23150.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=37.13%
G=28.15%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516320100.240.070.16316.1539.3974.12
HexD7A3C901871013c274a
Octal32724331103072047447112
Binary110101111010001111001001011000111100001001111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3C9; }

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

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

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

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

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

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

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

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