#D9A3CA

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

Shades of Maverick #D9A3CA

Tints of Maverick #D9A3CA

Color information

#D9A3CA (or 0xD9A3CA) is unknown color: approx Maverick. HEX triplet: D9, A3 and CA. RGB value is (217,163,202). Sum of RGB (Red+Green+Blue) = 217+163+202=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3CA is #265C35. Grayscale: #B7B7B7. Windows color (decimal): -2513974 or 13280217. OLE color: 13280217.

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

Color convert

RGB217163202-
CMYK00.250.070.15
HSL316.67º41.54%74.51%-
HSV(B)316.67º24.88%85.1%-
XYZ52.3745.2161.84-
YUV183.59138.39151.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 163 (64.06% from 255) = 28.01%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=37.29%
G=28.01%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716320200.250.070.15316.6741.5474.51
HexD9A3CA0197F13d2a4b
Octal33124331203171747552113
Binary11011001101000111100101001100111111111001111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3CA; }

 p { color: rgb(217,163,202); }

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

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

 a { background-color: rgb(217,163,202); }

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

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

 span { border-color: rgb(217,163,202); }

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