#D9A2C9

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

Shades of Maverick #D9A2C9

Tints of Maverick #D9A2C9

Color information

#D9A2C9 (or 0xD9A2C9) is unknown color: approx Maverick. HEX triplet: D9, A2 and C9. RGB value is (217,162,201). Sum of RGB (Red+Green+Blue) = 217+162+201=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2C9 is #265D36. Grayscale: #B6B6B6. Windows color (decimal): -2514231 or 13214425. OLE color: 13214425.

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

Color convert

RGB217162201-
CMYK00.250.070.15
HSL317.45º41.98%74.31%-
HSV(B)317.45º25.35%85.1%-
XYZ52.0844.8161.16-
YUV182.89138.22152.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=37.41%
G=27.93%
B=34.66%

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
Decimal21716220100.250.070.15317.4541.9874.31
HexD9A2C90197F13d2a4a
Octal33124231103171747552112
Binary11011001101000101100100101100111111111001111011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2C9; }

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

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

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

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

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

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

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

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