#D9A2CA

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

Shades of Maverick #D9A2CA

Tints of Maverick #D9A2CA

Color information

#D9A2CA (or 0xD9A2CA) is unknown color: approx Maverick. HEX triplet: D9, A2 and CA. RGB value is (217,162,202). Sum of RGB (Red+Green+Blue) = 217+162+202=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2CA is #265D35. Grayscale: #B6B6B6. Windows color (decimal): -2514230 or 13279961. OLE color: 13279961.

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

Color convert

RGB217162202-
CMYK00.250.070.15
HSL316.36º41.98%74.31%-
HSV(B)316.36º25.35%85.1%-
XYZ52.244.8661.78-
YUV183138.72152.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=37.35%
G=27.88%
B=34.77%

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
Decimal21716220200.250.070.15316.3641.9874.31
HexD9A2CA0197F13c2a4a
Octal33124231203171747452112
Binary11011001101000101100101001100111111111001111001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2CA; }

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

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

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

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

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

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

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

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