#D8A9CA

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

Shades of Maverick #D8A9CA

Tints of Maverick #D8A9CA

Color information

#D8A9CA (or 0xD8A9CA) is unknown color: approx Maverick. HEX triplet: D8, A9 and CA. RGB value is (216,169,202). Sum of RGB (Red+Green+Blue) = 216+169+202=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9CA is #275635. Grayscale: #BABABA. Windows color (decimal): -2577974 or 13281752. OLE color: 13281752.

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

Color convert

RGB216169202-
CMYK00.220.060.15
HSL317.87º37.6%75.49%-
HSV(B)317.87º21.76%84.71%-
XYZ53.1747.2462.19-
YUV186.81136.57148.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=36.80%
G=28.79%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616920200.220.060.15317.8737.675.49
HexD8A9CA0166F13e264b
Octal33025131202661747646113
Binary11011000101010011100101001011011011111001111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9CA; }

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

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

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

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

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

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

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

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