#D8A2C7

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

Shades of Maverick #D8A2C7

Tints of Maverick #D8A2C7

Color information

#D8A2C7 (or 0xD8A2C7) is unknown color: approx Maverick. HEX triplet: D8, A2 and C7. RGB value is (216,162,199). Sum of RGB (Red+Green+Blue) = 216+162+199=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2C7 is #275D38. Grayscale: #B6B6B6. Windows color (decimal): -2579769 or 13083352. OLE color: 13083352.

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

Color convert

RGB216162199-
CMYK00.250.080.15
HSL318.89º40.91%74.12%-
HSV(B)318.89º25%84.71%-
XYZ51.5544.5659.92-
YUV182.36137.39151.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=37.44%
G=28.08%
B=34.49%

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
Decimal21616219900.250.080.15318.8940.9174.12
HexD8A2C70198F13f294a
Octal330242307031101747751112
Binary110110001010001011000111011001100011111001111111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2C7; }

 p { color: rgb(216,162,199); }

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

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

 a { background-color: rgb(216,162,199); }

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

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

 span { border-color: rgb(216,162,199); }

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