#D8A7CA

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

Shades of Maverick #D8A7CA

Tints of Maverick #D8A7CA

Color information

#D8A7CA (or 0xD8A7CA) is unknown color: approx Maverick. HEX triplet: D8, A7 and CA. RGB value is (216,167,202). Sum of RGB (Red+Green+Blue) = 216+167+202=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7CA is #275835. Grayscale: #B9B9B9. Windows color (decimal): -2578486 or 13281240. OLE color: 13281240.

HSL color Cylindrical-coordinate representation of color #D8A7CA: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A7CA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216167202-
CMYK00.230.060.15
HSL317.14º38.58%75.1%-
HSV(B)317.14º22.69%84.71%-
XYZ52.846.562.07-
YUV185.64137.23149.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=36.92%
G=28.55%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616720200.230.060.15317.1438.5875.1
HexD8A7CA0176F13d274b
Octal33024731202761747547113
Binary11011000101001111100101001011111011111001111011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A7CA; }

 p { color: rgb(216,167,202); }

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

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

 a { background-color: rgb(216,167,202); }

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

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

 span { border-color: rgb(216,167,202); }

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