#D8A1C6

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

Shades of Maverick #D8A1C6

Tints of Maverick #D8A1C6

Color information

#D8A1C6 (or 0xD8A1C6) is unknown color: approx Maverick. HEX triplet: D8, A1 and C6. RGB value is (216,161,198). Sum of RGB (Red+Green+Blue) = 216+161+198=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1C6 is #275E39. Grayscale: #B5B5B5. Windows color (decimal): -2580026 or 13017560. OLE color: 13017560.

HSL color Cylindrical-coordinate representation of color #D8A1C6: hue angle of 319.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1C6 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216161198-
CMYK00.250.080.15
HSL319.64º41.35%73.92%-
HSV(B)319.64º25.46%84.71%-
XYZ51.2644.1759.25-
YUV181.66137.22152.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=37.57%
G=28%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616119800.250.080.15319.6441.3573.92
HexD8A1C60198F140294a
Octal330241306031101750051112
Binary110110001010000111000110011001100011111010000001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1C6; }

 p { color: rgb(216,161,198); }

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

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

 a { background-color: rgb(216,161,198); }

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

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

 span { border-color: rgb(216,161,198); }

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