#D3A2C5

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

Shades of Maverick #D3A2C5

Tints of Maverick #D3A2C5

Color information

#D3A2C5 (or 0xD3A2C5) is unknown color: approx Maverick. HEX triplet: D3, A2 and C5. RGB value is (211,162,197). Sum of RGB (Red+Green+Blue) = 211+162+197=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2C5 is #2C5D3A. Grayscale: #B4B4B4. Windows color (decimal): -2907451 or 12952275. OLE color: 12952275.

HSL color Cylindrical-coordinate representation of color #D3A2C5: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2C5 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211162197-
CMYK00.230.070.17
HSL317.14º35.77%73.14%-
HSV(B)317.14º23.22%82.75%-
XYZ49.8643.7258.63-
YUV180.64137.23149.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.02%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=37.02%
G=28.42%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116219700.230.070.17317.1435.7773.14
HexD3A2C501771113d2449
Octal32324230502772147544111
Binary110100111010001011000101010111111100011001111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A2C5; }

 p { color: rgb(211,162,197); }

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

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

 a { background-color: rgb(211,162,197); }

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

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

 span { border-color: rgb(211,162,197); }

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