#D8A1C4

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

Shades of Maverick #D8A1C4

Tints of Maverick #D8A1C4

Color information

#D8A1C4 (or 0xD8A1C4) is unknown color: approx Maverick. HEX triplet: D8, A1 and C4. RGB value is (216,161,196). Sum of RGB (Red+Green+Blue) = 216+161+196=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1C4 is #275E3B. Grayscale: #B5B5B5. Windows color (decimal): -2580028 or 12886488. OLE color: 12886488.

HSL color Cylindrical-coordinate representation of color #D8A1C4: hue angle of 321.82º 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 #D8A1C4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216161196-
CMYK00.250.090.15
HSL321.82º41.35%73.92%-
HSV(B)321.82º25.46%84.71%-
XYZ51.0344.0758.04-
YUV181.44136.22152.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=37.70%
G=28.10%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616119600.250.090.15321.8241.3573.92
HexD8A1C40199F142294a
Octal330241304031111750251112
Binary110110001010000111000100011001100111111010000101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1C4; }

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

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

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

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

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

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

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

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