#D3A4BD

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

Shades of Maverick #D3A4BD

Tints of Maverick #D3A4BD

Color information

#D3A4BD (or 0xD3A4BD) is unknown color: approx Maverick. HEX triplet: D3, A4 and BD. RGB value is (211,164,189). Sum of RGB (Red+Green+Blue) = 211+164+189=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4BD is #2C5B42. Grayscale: #B4B4B4. Windows color (decimal): -2906947 or 12428499. OLE color: 12428499.

HSL color Cylindrical-coordinate representation of color #D3A4BD: hue angle of 328.09º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A4BD is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211164189-
CMYK00.220.100.17
HSL328.09º34.81%73.53%-
HSV(B)328.09º22.27%82.75%-
XYZ49.3244.0754.05-
YUV180.9132.57149.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=37.41%
G=29.08%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116418900.220.100.17328.0934.8173.53
HexD3A4BD016A11148234a
Octal323244275026122151043112
Binary1101001110100100101111010101101010100011010010001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A4BD; }

 p { color: rgb(211,164,189); }

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

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

 a { background-color: rgb(211,164,189); }

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

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

 span { border-color: rgb(211,164,189); }

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