#D8A3C4

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

Shades of Maverick #D8A3C4

Tints of Maverick #D8A3C4

Color information

#D8A3C4 (or 0xD8A3C4) is unknown color: approx Maverick. HEX triplet: D8, A3 and C4. RGB value is (216,163,196). Sum of RGB (Red+Green+Blue) = 216+163+196=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3C4 is #275C3B. Grayscale: #B6B6B6. Windows color (decimal): -2579516 or 12887000. OLE color: 12887000.

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

Color convert

RGB216163196-
CMYK00.250.090.15
HSL322.64º40.46%74.31%-
HSV(B)322.64º24.54%84.71%-
XYZ51.3844.7858.16-
YUV182.61135.56151.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=37.57%
G=28.35%
B=34.09%

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
Decimal21616319600.250.090.15322.6440.4674.31
HexD8A3C40199F143284a
Octal330243304031111750350112
Binary110110001010001111000100011001100111111010000111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3C4; }

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

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

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

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

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

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

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

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