#D2A4BC

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

Shades of Maverick #D2A4BC

Tints of Maverick #D2A4BC

Color information

#D2A4BC (or 0xD2A4BC) is unknown color: approx Maverick. HEX triplet: D2, A4 and BC. RGB value is (210,164,188). Sum of RGB (Red+Green+Blue) = 210+164+188=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A4BC is #2D5B43. Grayscale: #B4B4B4. Windows color (decimal): -2972484 or 12362962. OLE color: 12362962.

HSL color Cylindrical-coordinate representation of color #D2A4BC: hue angle of 328.7º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2A4BC is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210164188-
CMYK00.220.100.18
HSL328.7º33.82%73.33%-
HSV(B)328.7º21.9%82.35%-
XYZ48.9343.8853.47-
YUV180.49132.24149.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=37.37%
G=29.18%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016418800.220.100.18328.733.8273.33
HexD2A4BC016A121492249
Octal322244274026122251142111
Binary1101001010100100101111000101101010100101010010011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A4BC; }

 p { color: rgb(210,164,188); }

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

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

 a { background-color: rgb(210,164,188); }

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

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

 span { border-color: rgb(210,164,188); }

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