#D5A6C8

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

Shades of Maverick #D5A6C8

Tints of Maverick #D5A6C8

Color information

#D5A6C8 (or 0xD5A6C8) is unknown color: approx Maverick. HEX triplet: D5, A6 and C8. RGB value is (213,166,200). Sum of RGB (Red+Green+Blue) = 213+166+200=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6C8 is #2A5937. Grayscale: #B7B7B7. Windows color (decimal): -2775352 or 13149909. OLE color: 13149909.

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

Color convert

RGB213166200-
CMYK00.220.060.16
HSL316.6º35.88%74.31%-
HSV(B)316.6º22.07%83.53%-
XYZ51.545.5960.73-
YUV183.93137.07148.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=36.79%
G=28.67%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316620000.220.060.16316.635.8874.31
HexD5A6C801661013d244a
Octal32524631002662047544112
Binary110101011010011011001000010110110100001001111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6C8; }

 p { color: rgb(213,166,200); }

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

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

 a { background-color: rgb(213,166,200); }

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

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

 span { border-color: rgb(213,166,200); }

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